|
|
|
@ -128,6 +128,10 @@ public class MesPart extends BaseBean implements Serializable {
|
|
|
|
|
@ApiParam("是否小尺寸物料")
|
|
|
|
|
private Integer isSmallSize = 1;
|
|
|
|
|
|
|
|
|
|
@Column(name = "QTY2")
|
|
|
|
|
@ApiParam(value = "二级包装数量")
|
|
|
|
|
private Double qty2;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("产品类型名称")
|
|
|
|
|
private String produceCategoryName;
|
|
|
|
|