Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
midjourney-proxy
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
徐少华
midjourney-proxy
Commits
88238c23
Commit
88238c23
authored
May 20, 2019
by
lili
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加上分类
parent
2bd108a5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
BookGroupClassifyBizImpl.java
.../pcloud/book/group/biz/impl/BookGroupClassifyBizImpl.java
+1
-0
GroupQrcode4ClassifyVO.java
...java/com/pcloud/book/group/vo/GroupQrcode4ClassifyVO.java
+12
-0
No files found.
pcloud-service-book/src/main/java/com/pcloud/book/group/biz/impl/BookGroupClassifyBizImpl.java
View file @
88238c23
...
@@ -462,6 +462,7 @@ public class BookGroupClassifyBizImpl implements BookGroupClassifyBiz {
...
@@ -462,6 +462,7 @@ public class BookGroupClassifyBizImpl implements BookGroupClassifyBiz {
}
}
String
spareQr
=
getSpareQr
(
classify
.
getBookGroupId
());
String
spareQr
=
getSpareQr
(
classify
.
getBookGroupId
());
groupQrcode4ClassifyVO
.
setSpareQr
(
spareQr
);
groupQrcode4ClassifyVO
.
setSpareQr
(
spareQr
);
groupQrcode4ClassifyVO
.
setClassify
(
classify
.
getClassify
());
return
groupQrcode4ClassifyVO
;
return
groupQrcode4ClassifyVO
;
}
}
...
...
pcloud-service-book/src/main/java/com/pcloud/book/group/vo/GroupQrcode4ClassifyVO.java
View file @
88238c23
...
@@ -33,6 +33,17 @@ public class GroupQrcode4ClassifyVO implements Serializable {
...
@@ -33,6 +33,17 @@ public class GroupQrcode4ClassifyVO implements Serializable {
@ApiModelProperty
(
"备用二维码"
)
@ApiModelProperty
(
"备用二维码"
)
private
String
spareQr
;
private
String
spareQr
;
@ApiModelProperty
(
"分类名称"
)
private
String
classify
;
public
String
getClassify
()
{
return
classify
;
}
public
void
setClassify
(
String
classify
)
{
this
.
classify
=
classify
;
}
public
Long
getGroupQrcodeId
()
{
public
Long
getGroupQrcodeId
()
{
return
groupQrcodeId
;
return
groupQrcodeId
;
}
}
...
@@ -90,6 +101,7 @@ public class GroupQrcode4ClassifyVO implements Serializable {
...
@@ -90,6 +101,7 @@ public class GroupQrcode4ClassifyVO implements Serializable {
", userNumber="
+
userNumber
+
", userNumber="
+
userNumber
+
", groupQrcodeId="
+
groupQrcodeId
+
", groupQrcodeId="
+
groupQrcodeId
+
", spareQr='"
+
spareQr
+
'\''
+
", spareQr='"
+
spareQr
+
'\''
+
", classify='"
+
classify
+
'\''
+
'}'
;
'}'
;
}
}
}
}
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