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
ffce6d5f
Commit
ffce6d5f
authored
Mar 16, 2020
by
陶光胜
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'developer' of
http://115.159.76.241/base_platform_enterprise/gic-store
into developer
parents
1dc70e79
efe7ee43
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
0 deletions
+20
-0
ClerkDTO.java
gic-store-api/src/main/java/com/gic/store/dto/ClerkDTO.java
+14
-0
pom.xml
gic-store-service/pom.xml
+5
-0
dubbo-gic-store-service.xml
...re-service/src/main/resources/dubbo-gic-store-service.xml
+1
-0
No files found.
gic-store-api/src/main/java/com/gic/store/dto/ClerkDTO.java
View file @
ffce6d5f
...
...
@@ -55,6 +55,11 @@ public class ClerkDTO implements Serializable {
private
String
phoneNumber
;
/**
* 好办绑定状态 1:绑定 0:未绑定
*/
private
Integer
haobanStatus
;
/**
* 状态(1:启用, 2:不启用)
*/
private
Integer
status
;
...
...
@@ -68,6 +73,7 @@ public class ClerkDTO implements Serializable {
private
String
operatorName
;
private
String
storeName
;
public
Integer
getClerkId
()
{
return
clerkId
;
}
...
...
@@ -187,4 +193,12 @@ public class ClerkDTO implements Serializable {
public
void
setStoreName
(
String
storeName
)
{
this
.
storeName
=
storeName
;
}
public
Integer
getHaobanStatus
()
{
return
haobanStatus
;
}
public
void
setHaobanStatus
(
Integer
haobanStatus
)
{
this
.
haobanStatus
=
haobanStatus
;
}
}
gic-store-service/pom.xml
View file @
ffce6d5f
...
...
@@ -149,6 +149,11 @@
<artifactId>
application-center-api
</artifactId>
<version>
${application-center-api}
</version>
</dependency>
<dependency>
<groupId>
com.gic
</groupId>
<artifactId>
gic-marketing-process-api
</artifactId>
<version>
${gic-marketing-process-api}
</version>
</dependency>
</dependencies>
<build>
...
...
gic-store-service/src/main/resources/dubbo-gic-store-service.xml
View file @
ffce6d5f
...
...
@@ -63,4 +63,5 @@
<dubbo:service
interface=
"com.gic.store.service.StoreTagApiService"
ref=
"storeTagApiService"
timeout=
"6000"
/>
<dubbo:service
interface=
"com.gic.store.service.StoreTagTmpApiService"
ref=
"storeTagTmpApiService"
timeout=
"6000"
/>
<dubbo:service
interface=
"com.gic.store.service.StoreOpenApiService"
ref=
"storeOpenApiService"
timeout=
"6000"
/>
<dubbo:reference
interface=
"com.gic.marketing.process.api.service.tmpl.WxTemplateRouterApiService"
id=
"wxTemplateRouterApiService"
timeout=
"60000"
/>
</beans>
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