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
2cc199a2
Commit
2cc199a2
authored
Oct 22, 2025
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jyjc): 报检规则4.0开发
1.描述修改
parent
35417484
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
RidesTechParamDefine.java
...amos/boot/module/common/api/dto/RidesTechParamDefine.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/RidesTechParamDefine.java
View file @
2cc199a2
...
@@ -36,9 +36,9 @@ public class RidesTechParamDefine implements ITechParamDefine {
...
@@ -36,9 +36,9 @@ public class RidesTechParamDefine implements ITechParamDefine {
@TechnicalParameter
(
key
=
"operatingHeight"
,
label
=
"运行高度"
,
equCategory
=
{
"6500"
,
"6E00"
,
"6D00"
,
"6D00"
},
equDefine
=
{
"6D10"
,
"6D20"
,
"6E10"
,
"6E40"
},
type
=
TechnicalParameter
.
ParamType
.
BIG_DECIMAL
,
unit
=
"m"
)
@TechnicalParameter
(
key
=
"operatingHeight"
,
label
=
"运行高度"
,
equCategory
=
{
"6500"
,
"6E00"
,
"6D00"
,
"6D00"
},
equDefine
=
{
"6D10"
,
"6D20"
,
"6E10"
,
"6E40"
},
type
=
TechnicalParameter
.
ParamType
.
BIG_DECIMAL
,
unit
=
"m"
)
private
BigDecimal
operatingHeight
;
private
BigDecimal
operatingHeight
;
//字段值与滑索(道)长度重复,业务显隐使用
// @TechnicalParameter(key = "slideHeight", label = "蹦极绳长
度", equCategory = {"6E00"}, equDefine = {"6E10"}, type = TechnicalParameter.ParamType.BIG_DECIMAL, unit = "m")
@TechnicalParameter
(
key
=
"slideHeight"
,
label
=
"蹦极绳高
度"
,
equCategory
=
{
"6E00"
},
equDefine
=
{
"6E10"
},
type
=
TechnicalParameter
.
ParamType
.
BIG_DECIMAL
,
unit
=
"m"
)
//
private BigDecimal slideHeight;
private
BigDecimal
slideHeight
;
@TechnicalParameter
(
key
=
"rotaryDiameter"
,
label
=
"回转直径"
,
equCategory
=
{
"6100"
,
"6700"
,
"6500"
,
"6600"
,
"6400"
,
"6E00"
},
equDefine
=
{
"6E30"
},
type
=
TechnicalParameter
.
ParamType
.
BIG_DECIMAL
,
unit
=
"m"
)
@TechnicalParameter
(
key
=
"rotaryDiameter"
,
label
=
"回转直径"
,
equCategory
=
{
"6100"
,
"6700"
,
"6500"
,
"6600"
,
"6400"
,
"6E00"
},
equDefine
=
{
"6E30"
},
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