|
|
|
@ -39,14 +39,22 @@ public class MesCustomerPart extends BaseBean implements Serializable {
|
|
|
|
|
private String partNo;
|
|
|
|
|
|
|
|
|
|
@Column(name = "CUSTOMER_PART_NO")
|
|
|
|
|
@ApiParam("客户零件号")
|
|
|
|
|
@ApiParam("客户物料号")
|
|
|
|
|
private String customerPartNo;
|
|
|
|
|
|
|
|
|
|
@Column(name = "CUSTOMER_PART_NAME")
|
|
|
|
|
@ApiParam("客户零件描述")
|
|
|
|
|
@ApiParam("客户物料名称")
|
|
|
|
|
private String customerPartName;
|
|
|
|
|
|
|
|
|
|
@Column(name = "CUSTOMER_PART_COLOR")
|
|
|
|
|
@ApiParam("客户物料颜色")
|
|
|
|
|
private String customerPartColor;
|
|
|
|
|
|
|
|
|
|
@Column(name = "QTY")
|
|
|
|
|
@ApiParam("用量")
|
|
|
|
|
private Double qty;
|
|
|
|
|
|
|
|
|
|
@Column(name = "CUSTOMER_CFG_CODE")
|
|
|
|
|
@ApiParam("客戶配置代碼")
|
|
|
|
|
@ApiParam("客户配置代码")
|
|
|
|
|
private String customerCfgCode;
|
|
|
|
|
}
|
|
|
|
|