商品模块代码提交
This commit is contained in:
@@ -104,7 +104,7 @@ public class ProductDTO implements Serializable {
|
||||
/**
|
||||
* 套餐内容
|
||||
*/
|
||||
private String groupSnap;
|
||||
private Object groupSnap;
|
||||
/**
|
||||
* 库存警戒线
|
||||
*/
|
||||
@@ -222,4 +222,8 @@ public class ProductDTO implements Serializable {
|
||||
public Object getSelectSpecInfo() {
|
||||
return JSON.parseObject(Convert.toStr(selectSpecInfo, "{}"));
|
||||
}
|
||||
|
||||
public Object getGroupSnap() {
|
||||
return JSON.parseArray(Convert.toStr(groupSnap, "[]"));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user