po是否散件字段添加

yun-zuoyi
amy 6 years ago
parent 4dd8bd3b5c
commit cd3ef63c90

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

Loading…
Cancel
Save