@@ -290,9 +290,6 @@ public class CrmPdiPlan implements Serializable {
|
||||
@Schema(description = "镀层类型")
|
||||
private String coatingType;
|
||||
|
||||
@Schema(description = "锌层厚度")
|
||||
private String zincCoatingThickness;
|
||||
|
||||
@Schema(description = "化学处理模式")
|
||||
private String chemTreatMode;
|
||||
|
||||
|
||||
@@ -103,7 +103,6 @@ public class CalcPdiPlanForm {
|
||||
private String heatCycle; // 热循环
|
||||
private String coatingSelection; // 镀层选择
|
||||
private String coatingType; // 镀层类型
|
||||
private String zincCoatingThickness;
|
||||
private String chemTreatMode; // 化学处理模式
|
||||
private BigDecimal aimWeightTop; // 目标重量上
|
||||
private BigDecimal aimWeightBottom; // 目标重量下
|
||||
|
||||
@@ -288,9 +288,6 @@ public class CrmPdiPlanVO {
|
||||
@Schema(description = "镀层类型")
|
||||
private String coatingType;
|
||||
|
||||
@Schema(description = "锌层厚度")
|
||||
private String zincCoatingThickness;
|
||||
|
||||
@Schema(description = "化学处理模式")
|
||||
private String chemTreatMode;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user