Commit fd559ec0 by guojuxing

商品资源注释更新

parent 08d5dce0
...@@ -14,7 +14,7 @@ public class GoodsResourceDTO implements Serializable{ ...@@ -14,7 +14,7 @@ public class GoodsResourceDTO implements Serializable{
private static final long serialVersionUID = 1952598117730776461L; private static final long serialVersionUID = 1952598117730776461L;
/** /**
* 商品资源选择器ID,可能为空(前端没有给值) * 废弃 商品资源选择器ID,可能为空(前端没有给值)
*/ */
private Long goodsResourceId; private Long goodsResourceId;
...@@ -24,7 +24,7 @@ public class GoodsResourceDTO implements Serializable{ ...@@ -24,7 +24,7 @@ public class GoodsResourceDTO implements Serializable{
private Integer type; private Integer type;
/** /**
* 商品资源授予状态 1:授予 0:不授予 * type 为部分时,再判断该字段 商品资源授予状态 1:授予 0:不授予
*/ */
private Integer goodsResourceAuth; private Integer goodsResourceAuth;
......
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