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
77e179e1
Commit
77e179e1
authored
Dec 13, 2024
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.压力管道批量模式,使用登记开发提交
parent
1803ef05
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
JgUseRegistrationServiceImpl.java
...ule/jg/biz/service/impl/JgUseRegistrationServiceImpl.java
+1
-0
IdxBizJgProjectConstructionDto.java
...ot/module/ymt/api/dto/IdxBizJgProjectConstructionDto.java
+2
-0
IdxBizJgProjectConstruction.java
...ot/module/ymt/api/entity/IdxBizJgProjectConstruction.java
+5
-0
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/service/impl/JgUseRegistrationServiceImpl.java
View file @
77e179e1
...
@@ -3650,6 +3650,7 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD
...
@@ -3650,6 +3650,7 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD
re
.
put
(
"installProvince"
,
construction
.
getProvinceName
());
re
.
put
(
"installProvince"
,
construction
.
getProvinceName
());
re
.
put
(
"installAddress"
,
construction
.
getAddress
());
re
.
put
(
"installAddress"
,
construction
.
getAddress
());
re
.
put
(
"installCity"
,
construction
.
getCityName
());
re
.
put
(
"installCity"
,
construction
.
getCityName
());
re
.
put
(
"installIsXixian"
,
construction
.
getIsXixian
());
re
.
put
(
"installCounty"
,
construction
.
getCountyName
());
re
.
put
(
"installCounty"
,
construction
.
getCountyName
());
re
.
put
(
"uscUnitCreditCode"
,
construction
.
getUscUnitCreditCode
());
re
.
put
(
"uscUnitCreditCode"
,
construction
.
getUscUnitCreditCode
());
re
.
put
(
"uscUnitName"
,
construction
.
getUscUnitName
());
re
.
put
(
"uscUnitName"
,
construction
.
getUscUnitName
());
...
...
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-api/src/main/java/com/yeejoin/amos/boot/module/ymt/api/dto/IdxBizJgProjectConstructionDto.java
View file @
77e179e1
...
@@ -100,4 +100,6 @@ public class IdxBizJgProjectConstructionDto extends BaseDto {
...
@@ -100,4 +100,6 @@ public class IdxBizJgProjectConstructionDto extends BaseDto {
@ApiModelProperty
(
value
=
"使用地点_街道"
)
@ApiModelProperty
(
value
=
"使用地点_街道"
)
private
String
streetName
;
private
String
streetName
;
@ApiModelProperty
(
value
=
"是否西咸:0-否;1-是"
)
private
String
isXixian
;
}
}
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-api/src/main/java/com/yeejoin/amos/boot/module/ymt/api/entity/IdxBizJgProjectConstruction.java
View file @
77e179e1
...
@@ -169,4 +169,9 @@ public class IdxBizJgProjectConstruction extends TzsBaseEntity {
...
@@ -169,4 +169,9 @@ public class IdxBizJgProjectConstruction extends TzsBaseEntity {
@TableField
(
"\"STREET_NAME\""
)
@TableField
(
"\"STREET_NAME\""
)
private
String
streetName
;
private
String
streetName
;
/**
* 是否西咸:0-否;1-是
*/
@TableField
(
"\"IS_XIXIAN\""
)
private
String
isXixian
;
}
}
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