|
|
|
@ -97,6 +97,17 @@ public class ProWetMaterialPlanDetail extends BaseEntity {
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
|
|
private Date productDate;
|
|
|
|
|
|
|
|
|
|
// 料罐名称
|
|
|
|
|
private String bucketName;
|
|
|
|
|
|
|
|
|
|
public String getBucketName() {
|
|
|
|
|
return bucketName;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setBucketName(String bucketName) {
|
|
|
|
|
this.bucketName = bucketName;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getId() {
|
|
|
|
|
return id;
|
|
|
|
|
}
|
|
|
|
@ -284,6 +295,7 @@ public class ProWetMaterialPlanDetail extends BaseEntity {
|
|
|
|
|
.append("planTime",getPlanTime())
|
|
|
|
|
.append("workorderCode",getWorkorderCode())
|
|
|
|
|
.append("productDate",getProductDate())
|
|
|
|
|
.append("bucketName",getBucketName())
|
|
|
|
|
.toString();
|
|
|
|
|
}
|
|
|
|
|
}
|