Merge pull request 'MesPartStockSchedule(安全库存配置)新增已下达箱数字段' (#341) from honghui.jiang/i3plus-pojo:test into test

Reviewed-on: http://git.estsh.com/i3-IMPP/i3plus-pojo/pulls/341
yun-zuoyi
聂帅 3 years ago
commit 428ebcf614

@ -94,6 +94,10 @@ public class MesPartStockSchedule extends BaseBean implements Serializable {
@ApiParam("最小下达批次")
private Integer minGenLot;
@Column(name = "ALREADY_LANDED_QTY")
@ApiParam("已下达箱数")
private Integer alreadyLandedQty;
@Transient
@ApiParam("已下达箱数")
private Integer alreadyLandedNum;

Loading…
Cancel
Save