【中航-优化委外发运业务】

yun-zuoyi
曾贞一 4 years ago
parent ba00df95f2
commit 8b4bd8d8ab

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

Loading…
Cancel
Save