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
de09774f
Commit
de09774f
authored
Sep 28, 2020
by
吴博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: [1003554] 权益板块配置选择的内容支持排序,并添加资源序号信息
parent
d203869c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
RightsSettingBizImpl.java
...oud/book/rightsSetting/biz/impl/RightsSettingBizImpl.java
+2
-0
RightsNowItem.java
...a/com/pcloud/book/rightsSetting/entity/RightsNowItem.java
+2
-0
No files found.
pcloud-service-book/src/main/java/com/pcloud/book/rightsSetting/biz/impl/RightsSettingBizImpl.java
View file @
de09774f
...
@@ -1563,6 +1563,8 @@ public class RightsSettingBizImpl implements RightsSettingBiz {
...
@@ -1563,6 +1563,8 @@ public class RightsSettingBizImpl implements RightsSettingBiz {
item
.
setPic2
(
appletNewsDTO
.
getPic2
());
item
.
setPic2
(
appletNewsDTO
.
getPic2
());
item
.
setPic3
(
appletNewsDTO
.
getPic3
());
item
.
setPic3
(
appletNewsDTO
.
getPic3
());
item
.
setDigest
(
appletNewsDTO
.
getDigest
());
item
.
setDigest
(
appletNewsDTO
.
getDigest
());
item
.
setDigest
(
appletNewsDTO
.
getDigest
());
item
.
setUrlNumber
(
appletNewsDTO
.
getUrlNumber
());
}
}
}
}
}
}
...
...
pcloud-service-book/src/main/java/com/pcloud/book/rightsSetting/entity/RightsNowItem.java
View file @
de09774f
...
@@ -115,4 +115,6 @@ public class RightsNowItem extends BaseEntity {
...
@@ -115,4 +115,6 @@ public class RightsNowItem extends BaseEntity {
private
Integer
isCollect
;
private
Integer
isCollect
;
@ApiModelProperty
(
"商品应用中有第三方链接"
)
@ApiModelProperty
(
"商品应用中有第三方链接"
)
private
Boolean
hasThirdLink
;
private
Boolean
hasThirdLink
;
@ApiModelProperty
(
"跳转外链编号"
)
private
String
urlNumber
;
}
}
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