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
111e0684
Commit
111e0684
authored
Jul 29, 2025
by
tianyiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
c6cd1bb9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
LiftingTechParamDefine.java
...os/boot/module/common/api/dto/LiftingTechParamDefine.java
+3
-3
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 @
111e0684
...
@@ -122,9 +122,9 @@ public class LiftingTechParamDefine implements ITechParamDefine {
...
@@ -122,9 +122,9 @@ public class LiftingTechParamDefine implements ITechParamDefine {
@TechnicalParameter
(
key
=
"explosiveSubstance"
,
label
=
"燃爆物质"
,
equCategory
=
{
"4100"
,
"4200"
,
"4400"
,
"4800"
,
"4900"
,
"4A00"
},
equDefine
=
{
"4110"
,
"4130"
,
"4140"
,
"4150"
,
"4190"
,
"4210"
,
"4220"
,
"4230"
,
"4240"
,
"4250"
,
"4260"
,
"4270"
,
"4280"
,
"4290"
,
"4410"
,
"4420"
,
"4440"
,
"4450"
,
"4870"
,
"4170"
},
type
=
TechnicalParameter
.
ParamType
.
STRING
)
@TechnicalParameter
(
key
=
"explosiveSubstance"
,
label
=
"燃爆物质"
,
equCategory
=
{
"4100"
,
"4200"
,
"4400"
,
"4800"
,
"4900"
,
"4A00"
},
equDefine
=
{
"4110"
,
"4130"
,
"4140"
,
"4150"
,
"4190"
,
"4210"
,
"4220"
,
"4230"
,
"4240"
,
"4250"
,
"4260"
,
"4270"
,
"4280"
,
"4290"
,
"4410"
,
"4420"
,
"4440"
,
"4450"
,
"4870"
,
"4170"
},
type
=
TechnicalParameter
.
ParamType
.
STRING
)
private
String
explosiveSubstance
;
private
String
explosiveSubstance
;
// 附件上传类型的参数,无法参与查询,暂时注释掉
@TechnicalParameter
(
key
=
"explosionproofSignComplete"
,
label
=
"整机防爆标志"
,
equCategory
=
{
"4100"
,
"4200"
,
"4400"
,
"4800"
,
"4900"
,
"4A00"
},
equDefine
=
{
"4110"
,
"4130"
,
"4140"
,
"4150"
,
"4190"
,
"4210"
,
"4220"
,
"4230"
,
"4240"
,
"4250"
,
"4260"
,
"4270"
,
"4280"
,
"4290"
,
"4410"
,
"4420"
,
"4440"
,
"4450"
,
"4870"
,
"4170"
},
type
=
TechnicalParameter
.
ParamType
.
STRING
)
//
@TechnicalParameter(key = "explosionproofSignComplete", label = "整机防爆标志", equCategory = {"4100", "4200", "4400", "4800", "4900", "4A00"}, equDefine = {"4110", "4130", "4140", "4150", "4190", "4210", "4220", "4230", "4240", "4250", "4260", "4270", "4280", "4290", "4410", "4420", "4440", "4450", "4870", "4170"}, type = TechnicalParameter.ParamType.STRING)
private
String
explosionproofSignComplete
;
//
private String explosionproofSignComplete;
@TechnicalParameter
(
key
=
"ratedSpeedUp"
,
label
=
"监检结束高度"
,
equCategory
=
{
"4300"
,
"4800"
},
ignoreCategoryConf
=
{
"4800"
},
equDefine
=
{
"4310"
,
"4320"
,
"4860"
},
type
=
TechnicalParameter
.
ParamType
.
BIG_DECIMAL
,
unit
=
"m"
)
@TechnicalParameter
(
key
=
"ratedSpeedUp"
,
label
=
"监检结束高度"
,
equCategory
=
{
"4300"
,
"4800"
},
ignoreCategoryConf
=
{
"4800"
},
equDefine
=
{
"4310"
,
"4320"
,
"4860"
},
type
=
TechnicalParameter
.
ParamType
.
BIG_DECIMAL
,
unit
=
"m"
)
...
...
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