From 1a610147c0611925bbc3b5c3d1a4645ea0a1e3a2 Mon Sep 17 00:00:00 2001 From: hupeng Date: Fri, 11 Jan 2019 02:34:00 +0800 Subject: [PATCH] =?UTF-8?q?[A=E7=AB=AF][=E4=BF=AE=E5=A4=8D]:=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=A1=94=E5=8F=B0B=E7=AB=AF=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/iformall/domain/vo/WxMerchantMicroPayVo.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mallinkService/src/main/java/com/iformall/domain/vo/WxMerchantMicroPayVo.java b/mallinkService/src/main/java/com/iformall/domain/vo/WxMerchantMicroPayVo.java index b79297464..294fca55d 100644 --- a/mallinkService/src/main/java/com/iformall/domain/vo/WxMerchantMicroPayVo.java +++ b/mallinkService/src/main/java/com/iformall/domain/vo/WxMerchantMicroPayVo.java @@ -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; }