Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
haoban3.0
haoban-manage3.0
Commits
35a38cc7
Commit
35a38cc7
authored
Apr 09, 2025
by
王祖波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加门店类型
parent
2cbec568
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
WxStaffController.java
...m/gic/haoban/manage/web/controller/WxStaffController.java
+1
-0
StaffStoreVO.java
.../main/java/com/gic/haoban/manage/web/vo/StaffStoreVO.java
+10
-0
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/controller/WxStaffController.java
View file @
35a38cc7
...
@@ -1755,6 +1755,7 @@ public class WxStaffController extends WebBaseController {
...
@@ -1755,6 +1755,7 @@ public class WxStaffController extends WebBaseController {
vo
.
setStoreId
(
clerk
.
getStoreId
());
vo
.
setStoreId
(
clerk
.
getStoreId
());
vo
.
setStoreImg
(
store
.
getStoreImage
());
vo
.
setStoreImg
(
store
.
getStoreImage
());
vo
.
setStoreName
(
store
.
getStoreName
());
vo
.
setStoreName
(
store
.
getStoreName
());
vo
.
setStoreDiscountType
(
store
.
getStoreDiscountType
());
vo
.
setWxEnterpriseId
(
wxEnterpriseId
);
vo
.
setWxEnterpriseId
(
wxEnterpriseId
);
vo
.
setClerkName
(
clerk
.
getClerkName
());
vo
.
setClerkName
(
clerk
.
getClerkName
());
vo
.
setHeadImg
(
staffDTO
.
getHeadImg
());
vo
.
setHeadImg
(
staffDTO
.
getHeadImg
());
...
...
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/vo/StaffStoreVO.java
View file @
35a38cc7
...
@@ -35,6 +35,8 @@ public class StaffStoreVO implements Serializable {
...
@@ -35,6 +35,8 @@ public class StaffStoreVO implements Serializable {
private
String
integralTextAlias
;
private
String
integralTextAlias
;
// 成长值别名
// 成长值别名
private
String
growthTextAlias
;
private
String
growthTextAlias
;
// 0-正价店,1-折扣店
private
Integer
storeDiscountType
;
public
String
getGrowthTextAlias
()
{
public
String
getGrowthTextAlias
()
{
return
growthTextAlias
;
return
growthTextAlias
;
...
@@ -202,4 +204,12 @@ public class StaffStoreVO implements Serializable {
...
@@ -202,4 +204,12 @@ public class StaffStoreVO implements Serializable {
public
void
setStoreCode
(
String
storeCode
)
{
public
void
setStoreCode
(
String
storeCode
)
{
this
.
storeCode
=
storeCode
;
this
.
storeCode
=
storeCode
;
}
}
public
Integer
getStoreDiscountType
()
{
return
storeDiscountType
;
}
public
void
setStoreDiscountType
(
Integer
storeDiscountType
)
{
this
.
storeDiscountType
=
storeDiscountType
;
}
}
}
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