Commit f34ab407 by guojuxing

z注释

parent fd559ec0
...@@ -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;
......
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