|
|
|
@ -48,6 +48,10 @@ public class MesPart extends BaseBean implements Serializable {
|
|
|
|
|
@ApiParam("零件规格")
|
|
|
|
|
private String partSpec;
|
|
|
|
|
|
|
|
|
|
@Column(name = "PART_SPEC_QTY")
|
|
|
|
|
@ApiParam("标准包规数量")
|
|
|
|
|
private Double partSpecQty;
|
|
|
|
|
|
|
|
|
|
@Column(name = "CATEGORY_CODE1")
|
|
|
|
|
@ApiParam("分类1")
|
|
|
|
|
private String categoryCode1;
|
|
|
|
|