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

fix(ymt):起重机械技术参数调整

parent b84d5175
......@@ -41,7 +41,7 @@ public class EquipTechParamLifting extends AbstractEquipBaseEntity {
* */
@TableField(value ="\"RATED_LIFTING_CAPACITY\"")
private BigDecimal ratedLiftingCapacity;
private String ratedLiftingCapacity;
/**
* * 最大起重量
* */
......@@ -65,13 +65,13 @@ public class EquipTechParamLifting extends AbstractEquipBaseEntity {
* */
@TableField(value ="\"LIFTING_SPEED\"")
private BigDecimal liftingSpeed;
private String liftingSpeed;
/**
* * 起升高度
* */
@TableField(value ="\"LIFTING_HEIGHT\"")
private BigDecimal liftingHeight;
private String liftingHeight;
/**
* * 下降速度
* */
......@@ -209,13 +209,19 @@ public class EquipTechParamLifting extends AbstractEquipBaseEntity {
* */
@TableField(value ="\"BIGCAR_RUN_SPEED\"")
private BigDecimal bigcarRunSpeed;
private String bigcarRunSpeed;
/**
* * 小车运行速度
* */
@TableField(value ="\"SMALLCARRUN_SPEED\"")
private BigDecimal smallcarrunSpeed;
private String smallcarrunSpeed;
/**
* * 运行速度
* */
@TableField(value ="\"RUNNING_SPEED\"")
private String runningSpeed;
/**
* * 大车基距
* */
......
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