jyy
2021-03-18 bd276223343b32723e469f2e6e3f414572502b4b
zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopSku.java
@@ -12,7 +12,7 @@
 */
public class ShopSku  extends EntityDTO{
   @Extend
   private static final long serialVersionUID = 1L;
   private static final long serialVersionUID = 1L;
   
   /**
@@ -59,11 +59,18 @@
   private BigDecimal invitationPrice;
   /**
    * 积分
    * 消费可得积分
    */
   private Integer score;
   /**
    * 积分兑换价格
    */
   private Integer scorePrice;
   /**
    * 排序
    */
   private Integer  sort;