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
fe9aa3f1
Commit
fe9aa3f1
authored
Jul 04, 2020
by
pansy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
10003095
parent
c0265a68
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
0 deletions
+43
-0
ListGroupActivityResponseVO.java
...ok/skill/facade/response/ListGroupActivityResponseVO.java
+43
-0
No files found.
pcloud-service-book/src/main/java/com/pcloud/book/skill/facade/response/ListGroupActivityResponseVO.java
0 → 100644
View file @
fe9aa3f1
package
com
.
pcloud
.
book
.
skill
.
facade
.
response
;
import
io.swagger.annotations.ApiModelProperty
;
import
java.io.Serializable
;
import
java.math.BigDecimal
;
import
lombok.Data
;
@Data
public
class
ListGroupActivityResponseVO
implements
Serializable
{
@ApiModelProperty
(
"主键"
)
private
Integer
id
;
@ApiModelProperty
(
"群分类ID"
)
private
Long
classifyId
;
@ApiModelProperty
(
"群分类名称"
)
private
String
classifyName
;
@ApiModelProperty
(
"群分类介绍"
)
private
String
classifyIntroduce
;
@ApiModelProperty
(
"群id"
)
private
Long
bookGroupId
;
@ApiModelProperty
(
"销售价"
)
private
BigDecimal
price
;
@ApiModelProperty
(
"群个数"
)
private
Integer
groupCount
;
@ApiModelProperty
(
"群分类链接【短链接】"
)
private
String
groupClassifyUrl
;
@ApiModelProperty
(
"共读群分类名称"
)
private
String
name
;
@ApiModelProperty
(
"共读群分类描述"
)
private
String
description
;
@ApiModelProperty
(
"共读群分类描述"
)
private
String
cutDescription
;
}
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