Commit e2cca81f by 周晓航

新增商品原始类型属性字段

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 1329dcb9
......@@ -52,4 +52,9 @@ public class SendGoods {
private String picture;
/**
* 商品类型:2、是加料商品,9、是虚拟商品,7、是套餐商品,1、是单品
*/
private Integer productType;
}
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