|
|
|
@ -96,6 +96,26 @@ public class MesPart extends BaseBean implements Serializable {
|
|
|
|
|
@ApiParam("物料特性")
|
|
|
|
|
private Integer partTrait;
|
|
|
|
|
|
|
|
|
|
@Column(name = "COLOR_CODE")
|
|
|
|
|
@ApiParam("颜色代码")
|
|
|
|
|
private String colorCode;
|
|
|
|
|
|
|
|
|
|
@Column(name = "SHELVES_AMOUNT")
|
|
|
|
|
@ApiParam("挂架数")
|
|
|
|
|
private Integer shelvesAmount;
|
|
|
|
|
|
|
|
|
|
@Column(name = "QUANTITY_PER_RACK")
|
|
|
|
|
@ApiParam("挂架可放零件数")
|
|
|
|
|
private Integer quantityPerRack;
|
|
|
|
|
|
|
|
|
|
@Column(name = "PAINT_TANK_CODE")
|
|
|
|
|
@ApiParam("供漆罐代码")
|
|
|
|
|
private String paintTankCode;
|
|
|
|
|
|
|
|
|
|
@Column(name = "PRE_PART_NO")
|
|
|
|
|
@ApiParam("打磨件物料号")
|
|
|
|
|
private String prePartNo;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("产品类型名称")
|
|
|
|
|
private String produceCategoryName;
|
|
|
|
|