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