【9914 天津】

yun-zuoyi
陈思洁 5 years ago
parent c90a009e66
commit 2636e43b9b

@ -74,6 +74,10 @@ public class MesWorkOrder extends BaseBean implements Serializable {
@ApiParam("工单状态")
private Integer workOrderStatus;
@Column(name = "IS_PULL")
@ApiParam("是否投料")
private Integer isPull = 2;
@Column(name = "WO_TYPE")
@ApiParam("工单类型")
private Integer workOrderType;

Loading…
Cancel
Save