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
e58794c5
Commit
e58794c5
authored
Aug 27, 2025
by
刘林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jg):场车单位变更需求开发
parent
9426c846
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
JgChangeRegistrationUnitDto.java
...s/boot/module/jg/api/dto/JgChangeRegistrationUnitDto.java
+3
-1
JgChangeRegistrationUnit.java
...s/boot/module/jg/api/entity/JgChangeRegistrationUnit.java
+7
-1
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/dto/JgChangeRegistrationUnitDto.java
View file @
e58794c5
...
@@ -214,7 +214,9 @@ public class JgChangeRegistrationUnitDto extends BaseDto {
...
@@ -214,7 +214,9 @@ public class JgChangeRegistrationUnitDto extends BaseDto {
@ApiModelProperty
(
value
=
"详细地址"
)
@ApiModelProperty
(
value
=
"详细地址"
)
private
String
address
;
private
String
address
;
@ApiModelProperty
(
value
=
"属地监管部门"
)
@ApiModelProperty
(
value
=
"属地监管部门
code
"
)
private
String
orgBranchCode
;
private
String
orgBranchCode
;
@ApiModelProperty
(
value
=
"属地监管部门"
)
private
String
orgBranchName
;
}
}
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/java/com/yeejoin/amos/boot/module/jg/api/entity/JgChangeRegistrationUnit.java
View file @
e58794c5
...
@@ -321,8 +321,14 @@ public class JgChangeRegistrationUnit extends BaseEntity {
...
@@ -321,8 +321,14 @@ public class JgChangeRegistrationUnit extends BaseEntity {
private
String
address
;
private
String
address
;
/**
/**
* 属地监管部门
* 属地监管部门
code
*/
*/
@TableField
(
value
=
"org_branch_code"
)
@TableField
(
value
=
"org_branch_code"
)
private
String
orgBranchCode
;
private
String
orgBranchCode
;
/**
* 属地监管部门
*/
@TableField
(
value
=
"org_branch_name"
)
private
String
orgBranchName
;
}
}
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