排程配置表增加冗余字段

yun-zuoyi
joke.wang 5 years ago
parent fcc66835b8
commit cd32eee8ea

@ -88,7 +88,7 @@ public class MesPartStockSchedule extends BaseBean implements Serializable {
private Integer stockQty; private Integer stockQty;
@Column(name = "MIN_GEN_LOT") @Column(name = "MIN_GEN_LOT")
@ApiParam("最小生成批次") @ApiParam("最小下达批次")
private Integer minGenLot; private Integer minGenLot;
@Transient @Transient

Loading…
Cancel
Save