报功接口增加工单类型字段

yun-zuoyi
joke.wang 5 years ago
parent 6f2905de1a
commit fd771bccf8

@ -139,4 +139,8 @@ public class IfProductOffLine extends BaseBean implements Serializable {
@Column(name = "QC_STATUS")
@ApiParam("质量状态")
private Integer qcStatus = 10;
@Column(name = "WO_TYPE")
@ApiParam("工单类型")
private Integer workOrderType;
}

@ -29,7 +29,7 @@ public class Part implements Serializable {
private String qty;
@ApiParam("是否是baseModule")
private boolean isBaseModule;
private Integer isBaseModule;
@ApiParam("前左数量")
private String flQty;

Loading…
Cancel
Save