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
8ae34c73
Commit
8ae34c73
authored
Mar 13, 2024
by
韩桐桐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(ymt):补充起重机械技术参数
parent
bff0eab0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
0 deletions
+35
-0
IdxBizJgTechParamsLifting.java
...boot/module/ymt/api/entity/IdxBizJgTechParamsLifting.java
+35
-0
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/IdxBizJgTechParamsLifting.java
View file @
8ae34c73
...
@@ -1200,4 +1200,39 @@ public class IdxBizJgTechParamsLifting extends TzsBaseEntity {
...
@@ -1200,4 +1200,39 @@ public class IdxBizJgTechParamsLifting extends TzsBaseEntity {
@TableField
(
"\"EXPLOSIVE_SUBSTANCE\""
)
@TableField
(
"\"EXPLOSIVE_SUBSTANCE\""
)
private
String
explosiveSubstance
;
private
String
explosiveSubstance
;
/**
* 监检结束高度
*/
@TableField
(
"\"CHECK_FINISHED_HEIGHT\""
)
private
String
checkFinishedHeight
;
/**
* 运行速度
*/
@TableField
(
"\"RUNNING_SPEED\""
)
private
String
runningSpeed
;
/**
* 适停车辆尺寸高
*/
@TableField
(
"\"PARKING_VEHICLE_HEIGHT\""
)
private
String
parkingVehicleHeight
;
/**
* 适停车辆尺寸宽
*/
@TableField
(
"\"PARKING_VEHICLE_WEIGHT\""
)
private
String
parkingVehicleWeight
;
/**
* 适停车辆尺寸长
*/
@TableField
(
"\"PARKING_VEHICLE_LENGTH\""
)
private
String
parkingVehicleLength
;
/**
* 单车最大进车时间
*/
@TableField
(
"\"BICYCLE_MAX_COME_TIME\""
)
private
String
bicycleMaxComeTime
;
}
}
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