|
|
|
@ -36,7 +36,7 @@ public class EquipmentLedger extends BaseEntity { |
|
|
|
|
* 用户状态 |
|
|
|
|
*/ |
|
|
|
|
@ApiModelProperty(value = "用户状态") |
|
|
|
|
private String userStatus; |
|
|
|
|
private Integer userStatus; |
|
|
|
|
/** |
|
|
|
|
* KKS编码 |
|
|
|
|
*/ |
|
|
|
@ -136,12 +136,12 @@ public class EquipmentLedger extends BaseEntity { |
|
|
|
|
* 场站 |
|
|
|
|
*/ |
|
|
|
|
@ApiModelProperty(value = "场站") |
|
|
|
|
private String station; |
|
|
|
|
private Integer station; |
|
|
|
|
/** |
|
|
|
|
* 系统状态 |
|
|
|
|
*/ |
|
|
|
|
@ApiModelProperty(value = "系统状态") |
|
|
|
|
private String systemState; |
|
|
|
|
private Integer systemState; |
|
|
|
|
/** |
|
|
|
|
* 工厂区域 |
|
|
|
|
*/ |
|
|
|
@ -212,6 +212,11 @@ public class EquipmentLedger extends BaseEntity { |
|
|
|
|
*/ |
|
|
|
|
@ApiModelProperty(value = "成本中心") |
|
|
|
|
private String costCenter; |
|
|
|
|
/** |
|
|
|
|
* 审核状态 |
|
|
|
|
*/ |
|
|
|
|
@ApiModelProperty(value = "审核状态") |
|
|
|
|
private Integer checkStatus; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|