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
79c43c25
Commit
79c43c25
authored
Dec 19, 2023
by
yangyang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop_tzs_register' into develop_tzs_register
parents
3964a4cf
d177228a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
JgTransferNoticeDto.java
...join/amos/boot/module/jg/api/dto/JgTransferNoticeDto.java
+6
-0
JgTransferNotice.java
...join/amos/boot/module/jg/api/entity/JgTransferNotice.java
+14
-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/JgTransferNoticeDto.java
View file @
79c43c25
...
@@ -140,4 +140,10 @@ public class JgTransferNoticeDto extends BaseDto {
...
@@ -140,4 +140,10 @@ public class JgTransferNoticeDto extends BaseDto {
@ApiModelProperty
(
value
=
"是否西咸"
)
@ApiModelProperty
(
value
=
"是否西咸"
)
private
String
isXixian
;
private
String
isXixian
;
@ApiModelProperty
(
value
=
"设备使用地点-街道(镇)"
)
private
String
factoryUseSiteStreet
;
@ApiModelProperty
(
value
=
"设备使用地点-街道(镇)-名称"
)
private
String
streetName
;
}
}
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/java/com/yeejoin/amos/boot/module/jg/api/entity/JgTransferNotice.java
View file @
79c43c25
...
@@ -255,4 +255,18 @@ public class JgTransferNotice extends BaseEntity {
...
@@ -255,4 +255,18 @@ public class JgTransferNotice extends BaseEntity {
*/
*/
@TableField
(
"is_xixian"
)
@TableField
(
"is_xixian"
)
private
String
isXixian
;
private
String
isXixian
;
/**
* * 设备使用地点-街道(镇)
* */
@TableField
(
value
=
"\"factory_use_site_street\""
)
private
String
factoryUseSiteStreet
;
/**
* * 设备使用地点-街道(镇)-名称
* */
@TableField
(
value
=
"\"street_name\""
)
private
String
streetName
;
}
}
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