Преглед изворни кода

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

release_toaliyun_real
hupeng пре 7 година
родитељ
комит
fcf243300b
1 измењених фајлова са 1 додато и 0 уклоњено
  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 Прегледај датотеку

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


Loading…
Откажи
Сачувај