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
73448b6a
Commit
73448b6a
authored
Dec 26, 2025
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jg):bug处理
1.字段类型已实体类为准
parent
e9b8a680
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
LiftingTechParamDefine.java
...os/boot/module/common/api/dto/LiftingTechParamDefine.java
+4
-4
No files found.
amos-boot-system-tzs/amos-boot-module-common/amos-boot-module-common-api/src/main/java/com/yeejoin/amos/boot/module/common/api/dto/LiftingTechParamDefine.java
View file @
73448b6a
...
@@ -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"
)
...
...
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