This commit is contained in:
menxipeng
2025-11-08 12:48:36 +08:00
parent 49796f9f0b
commit 6a110f5789
3 changed files with 18 additions and 48 deletions

View File

@@ -36,7 +36,7 @@ public class OrderInfo extends BaseEntity
private Long userId;
/** 金额 分 */
@Excel(name = "金额 ")
@Excel(name = "金额 ")
private BigDecimal amount;
/** 支付方式 aliPay / wechatPay / applePay */