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
bcc5f3b1
Commit
bcc5f3b1
authored
Oct 17, 2022
by
吴博
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/1008660' into 'release'
Feature/1008660 See merge request rays/pcloud-common-parent!308
parents
47bb691f
0b1e09c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
104 additions
and
0 deletions
+104
-0
ListBookResourceDto.java
.../main/java/com/pcloud/common/dto/ListBookResourceDto.java
+104
-0
No files found.
pcloud-common/src/main/java/com/pcloud/common/dto/ListBookResourceDto.java
0 → 100644
View file @
bcc5f3b1
package
com
.
pcloud
.
common
.
dto
;
import
java.io.Serializable
;
import
java.math.BigDecimal
;
import
lombok.AllArgsConstructor
;
import
lombok.Builder
;
import
lombok.Data
;
import
lombok.NoArgsConstructor
;
@Data
@Builder
@NoArgsConstructor
@AllArgsConstructor
public
class
ListBookResourceDto
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
1577379350983082161L
;
private
String
bookAdviserChannelId
;
private
Long
sceneId
;
private
String
qrcodeType
;
private
Long
bookId
;
private
Long
channelId
;
private
Long
adviserId
;
/**
* 资源、服务
*/
private
String
resourceServe
;
/**
* app,product,resource,member_activity
*/
private
String
typeCode
;
/**
* 资源名称
*/
private
String
serveName
;
private
Long
serveId
;
/**
* 资源类型
*/
private
String
serveType
;
private
String
serveTypeName
;
/**
* 专业标签
*/
private
Long
proLabelId
;
/**
* 深度标签
*/
private
Long
depLabelId
;
/**
* 目的标签
*/
private
Long
purLabelId
;
/**
* 专业标签
*/
private
String
proLabelName
;
/**
* 深度标签
*/
private
String
depLabelName
;
/**
* 目的标签
*/
private
String
purLabelName
;
private
String
serveDesc
;
/**
* 应用作品下资源数量,客户端可见资源数量
*/
private
Long
resourceNum
;
private
BigDecimal
dealPrice
;
private
BigDecimal
price
;
private
BigDecimal
packagePrice
;
/**
* 制作方
*/
private
String
producer
;
}
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