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
3382009b
Commit
3382009b
authored
Oct 17, 2025
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jyjc): 报检规则4.0开发
1.技术参数调整
parent
20adbb28
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
BoilerTechParamsDefine.java
...os/boot/module/common/api/dto/BoilerTechParamsDefine.java
+1
-1
TechParamsBoilerChangeFieldDto.java
...oot/module/jg/api/dto/TechParamsBoilerChangeFieldDto.java
+1
-1
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 @
3382009b
...
...
@@ -123,7 +123,7 @@ public class BoilerTechParamsDefine implements ITechParamDefine {
private
String
waterTreatmentRegularInspectionReportNo
;
@TechnicalParameter
(
key
=
"waterTreatmentRegularInspectionResult"
,
label
=
"水处理定期检验结论"
,
type
=
TechnicalParameter
.
ParamType
.
STRING
)
@TechnicalParameter
(
key
=
"waterTreatmentRegularInspectionResult"
,
label
=
"水处理定期检验结论"
,
type
=
TechnicalParameter
.
ParamType
.
STRING
,
dictCode
=
"SCLJL"
)
private
String
waterTreatmentRegularInspectionResult
;
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/java/com/yeejoin/amos/boot/module/jg/api/dto/TechParamsBoilerChangeFieldDto.java
View file @
3382009b
...
...
@@ -101,7 +101,7 @@ public class TechParamsBoilerChangeFieldDto extends BaseTechParamsFieldDto {
@FieldDisplayDefine
(
value
=
"水处理定期检验报告编号"
)
private
String
waterTreatmentRegularInspectionReportNo
;
@FieldDisplayDefine
(
value
=
"水处理定期检验结论"
)
@FieldDisplayDefine
(
value
=
"水处理定期检验结论"
,
dictCode
=
"SCLJL"
)
private
String
waterTreatmentRegularInspectionResult
;
...
...
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