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
de421526
Commit
de421526
authored
Jun 26, 2025
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(综合搜索):实体类创建
1.人员、企业、设备 2.技术参数整理
parent
8ce9ef7c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
BoilerTechParamsDefine.java
...os/boot/module/common/api/dto/BoilerTechParamsDefine.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/BoilerTechParamsDefine.java
View file @
de421526
...
...
@@ -14,7 +14,7 @@ import lombok.Data;
@Group
(
"1000"
)
public
class
BoilerTechParamsDefine
implements
ITechParamDefine
{
@TechnicalParameter
(
key
=
"deviceLevel"
,
label
=
"设备级别"
,
type
=
TechnicalParameter
.
ParamType
.
STRING
)
@TechnicalParameter
(
key
=
"deviceLevel"
,
label
=
"设备级别"
,
type
=
TechnicalParameter
.
ParamType
.
STRING
,
dictCode
=
"GLJB"
)
private
String
deviceLevel
;
...
...
@@ -66,11 +66,11 @@ public class BoilerTechParamsDefine implements ITechParamDefine {
private
String
glAirtightTest
;
@TechnicalParameter
(
key
=
"fuelType"
,
label
=
"燃料(热源)种类"
,
type
=
TechnicalParameter
.
ParamType
.
STRING
)
@TechnicalParameter
(
key
=
"fuelType"
,
label
=
"燃料(热源)种类"
,
type
=
TechnicalParameter
.
ParamType
.
STRING
,
dictCode
=
"GLZL"
)
private
String
fuelType
;
@TechnicalParameter
(
key
=
"nameOfPressureParts"
,
label
=
"受压部件名称"
,
type
=
TechnicalParameter
.
ParamType
.
STRING
)
@TechnicalParameter
(
key
=
"nameOfPressureParts"
,
label
=
"受压部件名称"
,
type
=
TechnicalParameter
.
ParamType
.
STRING
,
dictCode
=
"GLBJMC"
)
private
String
nameOfPressureParts
;
...
...
@@ -82,7 +82,7 @@ public class BoilerTechParamsDefine implements ITechParamDefine {
private
String
wallThicknessOfPressureParts
;
@TechnicalParameter
(
key
=
"nonDestructiveTestingMethodsForPressureParts"
,
label
=
"受压部件无损检测方法"
,
type
=
TechnicalParameter
.
ParamType
.
STRING
)
@TechnicalParameter
(
key
=
"nonDestructiveTestingMethodsForPressureParts"
,
label
=
"受压部件无损检测方法"
,
type
=
TechnicalParameter
.
ParamType
.
STRING
,
dictCode
=
"GLWSJCFF"
)
private
String
nonDestructiveTestingMethodsForPressureParts
;
...
...
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