yun-zuoyi
Silliter 6 years ago
commit b99c28e1b1

@ -108,4 +108,8 @@ public class WmsDocMovementMaster extends BaseBean {
@Transient @Transient
@ApiParam(value = "目的库存地代码") @ApiParam(value = "目的库存地代码")
private String desrAreaNo; private String desrAreaNo;
@Column(name = "IS_PART")
@ApiParam(value = "是否散件")
private Integer isPart;
} }

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

Loading…
Cancel
Save