Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-store
Overview
Overview
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
base_platform_enterprise
gic-store
Commits
be3f2a32
Commit
be3f2a32
authored
Jul 31, 2020
by
陶光胜
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'developer' into 'master'
areaId countyId See merge request
!27
parents
017b3f35
23e4be6f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
StoreInfoDTO.java
...ore-api/src/main/java/com/gic/store/dto/StoreInfoDTO.java
+3
-3
No files found.
gic-store-api/src/main/java/com/gic/store/dto/StoreInfoDTO.java
View file @
be3f2a32
...
...
@@ -58,7 +58,7 @@ public class StoreInfoDTO implements Serializable {
*/
private
String
areaId
;
private
String
countyId
;
//
private String countyId;
/**
* 经度
...
...
@@ -476,10 +476,10 @@ public class StoreInfoDTO implements Serializable {
}
public
String
getCountyId
()
{
return
county
Id
;
return
area
Id
;
}
public
void
setCountyId
(
String
countyId
)
{
this
.
county
Id
=
countyId
;
this
.
area
Id
=
countyId
;
}
}
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