Sfoglia il codice sorgente

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

release_toaliyun_real
hupeng 7 anni fa
parent
commit
fcf243300b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 Vedi File

@@ -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();


Caricamento…
Annulla
Salva