Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
a7c36eca
Commit
a7c36eca
authored
Apr 12, 2024
by
韩桐桐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ymt):起重机械技术参数调整
parent
b84d5175
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
+11
-5
EquipTechParamLifting.java
...mos/boot/module/ymt/api/entity/EquipTechParamLifting.java
+11
-5
No files found.
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-api/src/main/java/com/yeejoin/amos/boot/module/ymt/api/entity/EquipTechParamLifting.java
View file @
a7c36eca
...
@@ -41,7 +41,7 @@ public class EquipTechParamLifting extends AbstractEquipBaseEntity {
...
@@ -41,7 +41,7 @@ public class EquipTechParamLifting extends AbstractEquipBaseEntity {
* */
* */
@TableField
(
value
=
"\"RATED_LIFTING_CAPACITY\""
)
@TableField
(
value
=
"\"RATED_LIFTING_CAPACITY\""
)
private
BigDecimal
ratedLiftingCapacity
;
private
String
ratedLiftingCapacity
;
/**
/**
* * 最大起重量
* * 最大起重量
* */
* */
...
@@ -65,13 +65,13 @@ public class EquipTechParamLifting extends AbstractEquipBaseEntity {
...
@@ -65,13 +65,13 @@ public class EquipTechParamLifting extends AbstractEquipBaseEntity {
* */
* */
@TableField
(
value
=
"\"LIFTING_SPEED\""
)
@TableField
(
value
=
"\"LIFTING_SPEED\""
)
private
BigDecimal
liftingSpeed
;
private
String
liftingSpeed
;
/**
/**
* * 起升高度
* * 起升高度
* */
* */
@TableField
(
value
=
"\"LIFTING_HEIGHT\""
)
@TableField
(
value
=
"\"LIFTING_HEIGHT\""
)
private
BigDecimal
liftingHeight
;
private
String
liftingHeight
;
/**
/**
* * 下降速度
* * 下降速度
* */
* */
...
@@ -209,13 +209,19 @@ public class EquipTechParamLifting extends AbstractEquipBaseEntity {
...
@@ -209,13 +209,19 @@ public class EquipTechParamLifting extends AbstractEquipBaseEntity {
* */
* */
@TableField
(
value
=
"\"BIGCAR_RUN_SPEED\""
)
@TableField
(
value
=
"\"BIGCAR_RUN_SPEED\""
)
private
BigDecimal
bigcarRunSpeed
;
private
String
bigcarRunSpeed
;
/**
/**
* * 小车运行速度
* * 小车运行速度
* */
* */
@TableField
(
value
=
"\"SMALLCARRUN_SPEED\""
)
@TableField
(
value
=
"\"SMALLCARRUN_SPEED\""
)
private
BigDecimal
smallcarrunSpeed
;
private
String
smallcarrunSpeed
;
/**
* * 运行速度
* */
@TableField
(
value
=
"\"RUNNING_SPEED\""
)
private
String
runningSpeed
;
/**
/**
* * 大车基距
* * 大车基距
* */
* */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment