Commit 73448b6a authored by suhuiguang's avatar suhuiguang

fix(jg):bug处理

1.字段类型已实体类为准
parent e9b8a680
...@@ -37,12 +37,12 @@ public class LiftingTechParamDefine implements ITechParamDefine { ...@@ -37,12 +37,12 @@ public class LiftingTechParamDefine implements ITechParamDefine {
private BigDecimal spanWorkingRange; private BigDecimal spanWorkingRange;
@TechnicalParameter(key = "liftingSpeed", label = "起升速度", equCategory = {"4100", "4200", "4400", "4800", "4900", "4A00", "4300", "4700"}, equDefine = {"4110", "4130", "4140", "4150", "4190", "4210", "4220", "4230", "4240", "4250", "4260", "4270", "4280", "4290", "4310", "4320", "4410", "4420", "4440", "4450", "4710", "4760", "4870", "4170"}, type = TechnicalParameter.ParamType.BIG_DECIMAL, unit = "m/min") @TechnicalParameter(key = "liftingSpeed", label = "起升速度", equCategory = {"4100", "4200", "4400", "4800", "4900", "4A00", "4300", "4700"}, equDefine = {"4110", "4130", "4140", "4150", "4190", "4210", "4220", "4230", "4240", "4250", "4260", "4270", "4280", "4290", "4310", "4320", "4410", "4420", "4440", "4450", "4710", "4760", "4870", "4170"}, type = TechnicalParameter.ParamType.STRING, unit = "m/min")
private BigDecimal liftingSpeed; private String liftingSpeed;
@TechnicalParameter(key = "liftingHeight", label = "起升高度", equCategory = {"4100", "4200", "4400", "4800", "4900", "4A00", "4700"}, equDefine = {"4110", "4130", "4140", "4150", "4190", "4210", "4220", "4230", "4240", "4250", "4260", "4270", "4280", "4290", "4410", "4420", "4440", "4450", "4710", "4760", "4870", "4170"}, type = TechnicalParameter.ParamType.BIG_DECIMAL, unit = "m") @TechnicalParameter(key = "liftingHeight", label = "起升高度", equCategory = {"4100", "4200", "4400", "4800", "4900", "4A00", "4700"}, equDefine = {"4110", "4130", "4140", "4150", "4190", "4210", "4220", "4230", "4240", "4250", "4260", "4270", "4280", "4290", "4410", "4420", "4440", "4450", "4710", "4760", "4870", "4170"}, type = TechnicalParameter.ParamType.STRING, unit = "m")
private BigDecimal liftingHeight; private String liftingHeight;
@TechnicalParameter(key = "workLevel", label = "工作级别", type = TechnicalParameter.ParamType.STRING, dictCode = "GZJB") @TechnicalParameter(key = "workLevel", label = "工作级别", type = TechnicalParameter.ParamType.STRING, dictCode = "GZJB")
......
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