Commit b2550a54 authored by 韩桐桐's avatar 韩桐桐

fix(ymt):bug 22203 压力管道技术参数(公称壁厚,公称直径,温度)修改成string类型,以满足实际使用场景

parent 4a2127f9
...@@ -81,13 +81,13 @@ public class EquipTechParamPipeline extends AbstractEquipBaseEntity { ...@@ -81,13 +81,13 @@ public class EquipTechParamPipeline extends AbstractEquipBaseEntity {
*/ */
@TableField(value = "\"NOMINAL_DIAMETER\"") @TableField(value = "\"NOMINAL_DIAMETER\"")
private BigDecimal nominalDiameter; private String nominalDiameter;
/** /**
* * 公称壁厚 * * 公称壁厚
*/ */
@TableField(value = "\"WALL_THICKNESS\"") @TableField(value = "\"WALL_THICKNESS\"")
private BigDecimal wallThickness; private String wallThickness;
/** /**
* * 管道长度 (单位:m) * * 管道长度 (单位:m)
*/ */
......
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