Merge pull request 'MesPartFormula 物料配方表新增参照数量字段' (#342) from honghui.jiang/i3plus-pojo:test into test

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

@ -53,4 +53,8 @@ public class MesPartFormula extends BaseBean implements Serializable {
@ApiParam("配方类型")
private Integer formulaType;
@Column(name = "REFER_QTY")
@ApiParam("参照数量")
private Integer referQty;
}

Loading…
Cancel
Save