Ver a proveniência

[A端][修复]:数据塔台B端支付列表问题

release_toaliyun_real
hupeng há 7 anos
ascendente
cometimento
1a610147c0
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      mallinkService/src/main/java/com/iformall/domain/vo/WxMerchantMicroPayVo.java

+ 2
- 2
mallinkService/src/main/java/com/iformall/domain/vo/WxMerchantMicroPayVo.java Ver ficheiro

@@ -58,11 +58,11 @@ public class WxMerchantMicroPayVo implements Serializable {
tradeAmt = _tradeAmt;
}

public Long getMerchantPhone() {
public String getMerchantPhone() {
return merchantPhone;
}

public void setMerchantPhone(Long merchantPhone) {
public void setMerchantPhone(String merchantPhone) {
this.merchantPhone = merchantPhone;
}



Carregando…
Cancelar
Guardar