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
3e9ecfeb
Commit
3e9ecfeb
authored
Dec 12, 2019
by
陶光胜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
门店查询接口
parent
7a5c29bc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
90 additions
and
0 deletions
+90
-0
StoreInfoDTO.java
...ore-api/src/main/java/com/gic/store/dto/StoreInfoDTO.java
+90
-0
StoreController.java
...in/java/com/gic/store/web/controller/StoreController.java
+0
-0
No files found.
gic-store-api/src/main/java/com/gic/store/dto/StoreInfoDTO.java
View file @
3e9ecfeb
...
...
@@ -104,6 +104,16 @@ public class StoreInfoDTO implements Serializable {
private
Integer
createType
;
private
List
<
StoreExtendDTO
>
storeExtendList
;
private
Long
indexId
;
private
String
c1
;
private
String
c2
;
private
String
c3
;
private
String
c4
;
private
String
c5
;
private
String
c6
;
private
String
c7
;
private
String
c8
;
private
String
c9
;
private
String
c10
;
public
Integer
getStoreInfoId
()
{
return
storeInfoId
;
...
...
@@ -360,4 +370,84 @@ public class StoreInfoDTO implements Serializable {
public
void
setDistance
(
Double
distance
)
{
this
.
distance
=
distance
;
}
public
String
getC1
()
{
return
c1
;
}
public
void
setC1
(
String
c1
)
{
this
.
c1
=
c1
;
}
public
String
getC2
()
{
return
c2
;
}
public
void
setC2
(
String
c2
)
{
this
.
c2
=
c2
;
}
public
String
getC3
()
{
return
c3
;
}
public
void
setC3
(
String
c3
)
{
this
.
c3
=
c3
;
}
public
String
getC4
()
{
return
c4
;
}
public
void
setC4
(
String
c4
)
{
this
.
c4
=
c4
;
}
public
String
getC5
()
{
return
c5
;
}
public
void
setC5
(
String
c5
)
{
this
.
c5
=
c5
;
}
public
String
getC6
()
{
return
c6
;
}
public
void
setC6
(
String
c6
)
{
this
.
c6
=
c6
;
}
public
String
getC7
()
{
return
c7
;
}
public
void
setC7
(
String
c7
)
{
this
.
c7
=
c7
;
}
public
String
getC8
()
{
return
c8
;
}
public
void
setC8
(
String
c8
)
{
this
.
c8
=
c8
;
}
public
String
getC9
()
{
return
c9
;
}
public
void
setC9
(
String
c9
)
{
this
.
c9
=
c9
;
}
public
String
getC10
()
{
return
c10
;
}
public
void
setC10
(
String
c10
)
{
this
.
c10
=
c10
;
}
}
gic-store-web/src/main/java/com/gic/store/web/controller/StoreController.java
View file @
3e9ecfeb
This diff is collapsed.
Click to expand it.
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