Commit de421526 authored by suhuiguang's avatar suhuiguang

feat(综合搜索):实体类创建

1.人员、企业、设备 2.技术参数整理
parent 8ce9ef7c
......@@ -14,7 +14,7 @@ import lombok.Data;
@Group("1000")
public class BoilerTechParamsDefine implements ITechParamDefine {
@TechnicalParameter(key = "deviceLevel", label = "设备级别", type = TechnicalParameter.ParamType.STRING)
@TechnicalParameter(key = "deviceLevel", label = "设备级别", type = TechnicalParameter.ParamType.STRING, dictCode = "GLJB")
private String deviceLevel;
......@@ -66,11 +66,11 @@ public class BoilerTechParamsDefine implements ITechParamDefine {
private String glAirtightTest;
@TechnicalParameter(key = "fuelType", label = "燃料(热源)种类", type = TechnicalParameter.ParamType.STRING)
@TechnicalParameter(key = "fuelType", label = "燃料(热源)种类", type = TechnicalParameter.ParamType.STRING, dictCode = "GLZL")
private String fuelType;
@TechnicalParameter(key = "nameOfPressureParts", label = "受压部件名称", type = TechnicalParameter.ParamType.STRING)
@TechnicalParameter(key = "nameOfPressureParts", label = "受压部件名称", type = TechnicalParameter.ParamType.STRING, dictCode = "GLBJMC")
private String nameOfPressureParts;
......@@ -82,7 +82,7 @@ public class BoilerTechParamsDefine implements ITechParamDefine {
private String wallThicknessOfPressureParts;
@TechnicalParameter(key = "nonDestructiveTestingMethodsForPressureParts", label = "受压部件无损检测方法", type = TechnicalParameter.ParamType.STRING)
@TechnicalParameter(key = "nonDestructiveTestingMethodsForPressureParts", label = "受压部件无损检测方法", type = TechnicalParameter.ParamType.STRING, dictCode = "GLWSJCFF")
private String nonDestructiveTestingMethodsForPressureParts;
......
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