Commit de09774f by 吴博

feat: [1003554] 权益板块配置选择的内容支持排序,并添加资源序号信息

parent d203869c
...@@ -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());
} }
} }
} }
......
...@@ -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;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment