mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-14 05:43:46 +08:00
@@ -31,7 +31,7 @@ public class Amount {
|
|||||||
/**
|
/**
|
||||||
* 金额,单位【分】。
|
* 金额,单位【分】。
|
||||||
*/
|
*/
|
||||||
private int total;
|
private Integer total;
|
||||||
/**
|
/**
|
||||||
* 货币单位,固定为 CNY 。
|
* 货币单位,固定为 CNY 。
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user