fix: 修复类成员的属性

Closes #14
This commit is contained in:
felord.cn
2021-03-06 17:00:19 +08:00
committed by felord.cn
parent ff5911205b
commit ec77604b99

View File

@@ -31,7 +31,7 @@ public class Amount {
/**
* 金额,单位【分】。
*/
private int total;
private Integer total;
/**
* 货币单位,固定为 CNY 。
*/