质检主表添加是否散件字段

yun-zuoyi
柯裕 6 years ago
parent b99c28e1b1
commit 2e578200d8

@ -87,4 +87,8 @@ public class WmsQCMaster extends BaseBean {
@Column(name = "IS_TASK")
@ApiParam(value = "是否生产任务", example = "1")
public Integer isTask;
@Column(name="IS_PART")
@ApiParam(value = "是否散件", example = "2")
public Integer isPart;
}

Loading…
Cancel
Save