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
9a716017
Commit
9a716017
authored
Nov 14, 2024
by
chang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
设备详情新增制造单位名称字段
parent
ffb074d8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
ShCarEqu.java
.../com/yeejoin/amos/boot/module/jg/api/entity/ShCarEqu.java
+3
-0
ShCarEquVo.java
...va/com/yeejoin/amos/boot/module/jg/api/vo/ShCarEquVo.java
+3
-0
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/java/com/yeejoin/amos/boot/module/jg/api/entity/ShCarEqu.java
View file @
9a716017
...
...
@@ -142,4 +142,7 @@ public class ShCarEqu {
@TableField
(
value
=
"\"CLAIMED_FLAG\""
)
private
String
claimedFlag
;
@TableField
(
value
=
"\"PRODUCE_UNIT_NAME\""
)
private
String
produceUnitName
;
}
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/java/com/yeejoin/amos/boot/module/jg/api/vo/ShCarEquVo.java
View file @
9a716017
...
...
@@ -106,6 +106,8 @@ public class ShCarEquVo {
*/
private
String
claimedFlag
;
private
String
produceUnitName
;
public
ShCarEquVo
(
ShCarEqu
shCarEqu
)
{
this
.
setSequenceNbr
(
shCarEqu
.
getSequenceNbr
());
...
...
@@ -113,5 +115,6 @@ public class ShCarEquVo {
this
.
setEquCode
(
shCarEqu
.
getEquCode
());
this
.
setUseInnerCode
(
shCarEqu
.
getEquDwbh
());
this
.
setNominalWorkingPressure
(
shCarEqu
.
getEquQpgc
());
this
.
setProduceUnitName
(
shCarEqu
.
getProduceUnitName
());
}
}
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