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;

Loading…
Cancel
Save