Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-platform-auth
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
base_platform_enterprise
gic-platform-auth
Commits
f34ab407
Commit
f34ab407
authored
Jun 28, 2021
by
guojuxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
z注释
parent
fd559ec0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
GoodsResourceDTO.java
...-api/src/main/java/com/gic/auth/dto/GoodsResourceDTO.java
+3
-3
No files found.
gic-platform-auth-api/src/main/java/com/gic/auth/dto/GoodsResourceDTO.java
View file @
f34ab407
...
@@ -24,17 +24,17 @@ public class GoodsResourceDTO implements Serializable{
...
@@ -24,17 +24,17 @@ public class GoodsResourceDTO implements Serializable{
private
Integer
type
;
private
Integer
type
;
/**
/**
* type 为部分时,再判断该字段 商品资源授予状态 1:授予 0:不授予
*
废弃,因为商品组件里面已有
type 为部分时,再判断该字段 商品资源授予状态 1:授予 0:不授予
*/
*/
private
Integer
goodsResourceAuth
;
private
Integer
goodsResourceAuth
;
/**
/**
*
商品资源配置。json字符串。key:一个商户ID Value:商品选择器ID
*
type 为部分时,再判断该字段 商品资源配置。json字符串。key:一个商户ID Value:商品选择器ID value如果为空,则说明该商户不授予商品资源
*/
*/
private
String
goodsResourceConfig
;
private
String
goodsResourceConfig
;
/**
/**
*
goodsResourceConfig 解析。key:商户ID value:商品选择器ID
*
type 为部分时,再判断该字段 goodsResourceConfig 解析。key:商户ID value:商品选择器ID value如果为空,则说明该商户不授予商品资源
*/
*/
private
Map
<
Integer
,
Long
>
goodsResourceEntMapSelectId
;
private
Map
<
Integer
,
Long
>
goodsResourceEntMapSelectId
;
...
...
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