Procházet zdrojové kódy

[卡券][修改]:增加面额单位字段

release_toaliyun_real
hupeng před 7 roky
rodič
revize
fcf243300b
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      mallinkService/src/main/java/com/iformall/domain/vo/WxCouponChannelVo.java

+ 1
- 0
mallinkService/src/main/java/com/iformall/domain/vo/WxCouponChannelVo.java Zobrazit soubor

@@ -203,6 +203,7 @@ public class WxCouponChannelVo extends WxCouponChannel implements Serializable {
this.inventory=wxCoupon.getInventory();
this.remainInventory=wxCoupon.getRemainInventory();
this.price=wxCoupon.getPrice();
this.unit=wxCoupon.getUnit();
this.salePrice=wxCoupon.getSalePrice();
this.sendType=wxCoupon.getSendType();
this.useLimitQuantity=wxCoupon.getUseLimitQuantity();


Načítá se…
Zrušit
Uložit