Merge branch 'test' of http://git.estsh.com/i3-IMPP/i3plus-pojo into ext-dev

yun-zuoyi
puxiao.liao 4 years ago
commit 4d5888ae36

@ -368,6 +368,10 @@ public class WmsStockSn extends BaseBean {
@ApiParam("是否寄售 1-是 2-否")
private Integer consignation;
@Column(name = "REMARK")
@ApiParam("备注")
public String remark;
@Transient
@ApiParam(value = "是否最早批次")
public String isFifo;
@ -574,7 +578,7 @@ public class WmsStockSn extends BaseBean {
@Transient
@ApiParam("泊位")
private String zdoc;
@ApiParam("打印类型")
private Integer printType;

Loading…
Cancel
Save