根据PO单号批量生成条码

yun-zuoyi
gragon.xu 6 years ago
parent e58b28ecc4
commit 4b5fc9d394

@ -77,7 +77,7 @@ public class WmsPOMaster extends BaseBean {
private String vendorName; private String vendorName;
@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") @Column(name = "IS_PART")
@ -103,4 +103,8 @@ public class WmsPOMaster extends BaseBean {
@Transient @Transient
@ApiParam(value = "发货日期") @ApiParam(value = "发货日期")
private String sendDate; private String sendDate;
@Column(name = "IS_SN")
@ApiParam(value = "是否生成条码", example = "1")
public Integer isSn;
} }

@ -105,7 +105,7 @@ public class WmsPOMasterDetails extends BaseBean {
@Column(name = "SNP") @Column(name = "SNP")
@ApiParam("标准包装") @ApiParam("标准包装")
public String snp; public Integer snp;
/** /**
* :0=,1= * :0=,1=

Loading…
Cancel
Save