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
cc67caaa
Commit
cc67caaa
authored
Dec 25, 2023
by
xixinzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jg):单位变更登记增加字段
parent
11caba4a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
1 deletion
+43
-1
JgChangeRegistrationUnitDto.java
...s/boot/module/jg/api/dto/JgChangeRegistrationUnitDto.java
+16
-1
JgChangeRegistrationUnit.java
...s/boot/module/jg/api/entity/JgChangeRegistrationUnit.java
+27
-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/dto/JgChangeRegistrationUnitDto.java
View file @
cc67caaa
...
...
@@ -109,6 +109,21 @@ public class JgChangeRegistrationUnitDto extends BaseDto {
@ApiModelProperty
(
value
=
"设备类别"
)
private
String
equType
;
private
List
<
String
>
roleIds
;
private
List
<
String
>
roleIds
;
@ApiModelProperty
(
value
=
"设备名称"
)
private
String
productNameB
;
@ApiModelProperty
(
value
=
"设备注册代码"
)
private
String
equCodeB
;
@ApiModelProperty
(
value
=
"设备内部编号"
)
private
String
useInnerCode
;
@ApiModelProperty
(
value
=
"设备使用登记注册编号"
)
private
String
useRegistCode
;
@ApiModelProperty
(
value
=
"设备地址"
)
private
String
equAddress
;
}
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 @
cc67caaa
...
...
@@ -178,7 +178,34 @@ public class JgChangeRegistrationUnit extends BaseEntity {
@TableField
(
"equ_type"
)
private
String
equType
;
/**
* 设备名称
*/
@TableField
(
"product_name_b"
)
private
String
productNameB
;
/**
* 设备注册代码
*/
@TableField
(
"equ_code_b"
)
private
String
equCodeB
;
/**
* 设备内部编号
*/
@TableField
(
"use_inner_code"
)
private
String
useInnerCode
;
/**
* 设备使用登记注册编号
*/
@TableField
(
"use_regist_code"
)
private
String
useRegistCode
;
/**
* 设备地址
*/
@TableField
(
"equ_address"
)
private
String
equAddress
;
}
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