|
|
|
@ -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;
|
|
|
|
|
|
|
|
|
|