|
|
|
@@ -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; |
|
|
|
} |
|
|
|
|
|
|
|
|