|
|
@ -117,6 +117,11 @@ public class MesPpMaster extends BaseBean{
|
|
|
|
@DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.TEXT, isRequire = 2)
|
|
|
|
@DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.TEXT, isRequire = 2)
|
|
|
|
private String type;
|
|
|
|
private String type;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "PART_NO")
|
|
|
|
|
|
|
|
@ApiParam("总成物料号")
|
|
|
|
|
|
|
|
@DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.TEXT, isRequire = 2)
|
|
|
|
|
|
|
|
private String partNo;
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
@Transient
|
|
|
|
@ApiParam("是否要从拉动计算中扣除")
|
|
|
|
@ApiParam("是否要从拉动计算中扣除")
|
|
|
|
private boolean needMinutPullQty = false;
|
|
|
|
private boolean needMinutPullQty = false;
|
|
|
|