|
|
|
@ -147,6 +147,22 @@ public class WmsPart extends BaseBean {
|
|
|
|
|
@ApiParam("保质期天数")
|
|
|
|
|
private Integer qualityDays;
|
|
|
|
|
|
|
|
|
|
@Column(name = "IS_REPORT_PARTNO")
|
|
|
|
|
@ApiParam("是否报工零件")
|
|
|
|
|
private Integer isReportPartNo;
|
|
|
|
|
|
|
|
|
|
@Column(name = "REPORT_LOCATE_NO")
|
|
|
|
|
@ApiParam("报工库位")
|
|
|
|
|
private String reportLocateNo;
|
|
|
|
|
|
|
|
|
|
@Column(name = "REPORT_ZONE_NO")
|
|
|
|
|
@ApiParam("报工存储区")
|
|
|
|
|
private String reportZoneNo;
|
|
|
|
|
|
|
|
|
|
@Column(name = "PRODUCT_LINES")
|
|
|
|
|
@ApiParam("报工产线")
|
|
|
|
|
private String productLines;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("总数量")
|
|
|
|
|
private Double qty;
|
|
|
|
|