Explorar el Código

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

release_toaliyun_real
hupeng hace 7 años
padre
commit
fcf243300b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 Ver fichero

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


Cargando…
Cancelar
Guardar