mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-14 02:05:12 +08:00
#529 EntPayBankResult中cmmsAmount的数据类型改为Integer
This commit is contained in:
@@ -46,6 +46,6 @@ public class EntPayBankResult extends BaseWxPayResult {
|
||||
* RMB:分
|
||||
*/
|
||||
@XStreamAlias("cmms_amt")
|
||||
private String cmmsAmount;
|
||||
private Integer cmmsAmount;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user