Commit 3382009b authored by suhuiguang's avatar suhuiguang

fix(jyjc): 报检规则4.0开发

1.技术参数调整
parent 20adbb28
...@@ -123,7 +123,7 @@ public class BoilerTechParamsDefine implements ITechParamDefine { ...@@ -123,7 +123,7 @@ public class BoilerTechParamsDefine implements ITechParamDefine {
private String waterTreatmentRegularInspectionReportNo; private String waterTreatmentRegularInspectionReportNo;
@TechnicalParameter(key = "waterTreatmentRegularInspectionResult", label = "水处理定期检验结论", type = TechnicalParameter.ParamType.STRING) @TechnicalParameter(key = "waterTreatmentRegularInspectionResult", label = "水处理定期检验结论", type = TechnicalParameter.ParamType.STRING, dictCode = "SCLJL")
private String waterTreatmentRegularInspectionResult; private String waterTreatmentRegularInspectionResult;
......
...@@ -101,7 +101,7 @@ public class TechParamsBoilerChangeFieldDto extends BaseTechParamsFieldDto { ...@@ -101,7 +101,7 @@ public class TechParamsBoilerChangeFieldDto extends BaseTechParamsFieldDto {
@FieldDisplayDefine(value = "水处理定期检验报告编号") @FieldDisplayDefine(value = "水处理定期检验报告编号")
private String waterTreatmentRegularInspectionReportNo; private String waterTreatmentRegularInspectionReportNo;
@FieldDisplayDefine(value = "水处理定期检验结论") @FieldDisplayDefine(value = "水处理定期检验结论", dictCode = "SCLJL")
private String waterTreatmentRegularInspectionResult; private String waterTreatmentRegularInspectionResult;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment