|
|
@ -932,4 +932,8 @@ public class AssetCurrentCpPo extends BaseClass implements Serializable {
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("审核状态(0待核查,1待审批,3审核通过,4审核不通过,5已报废)")
|
|
|
|
@ApiModelProperty("审核状态(0待核查,1待审批,3审核通过,4审核不通过,5已报废)")
|
|
|
|
private Integer status=0;
|
|
|
|
private Integer status=0;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("不通过原因")
|
|
|
|
|
|
|
|
private String btgyy;
|
|
|
|
}
|
|
|
|
}
|
|
|
|