订单
This commit is contained in:
@@ -36,7 +36,7 @@ public class OrderInfo extends BaseEntity
|
||||
private Long userId;
|
||||
|
||||
/** 金额 分 */
|
||||
@Excel(name = "金额 分")
|
||||
@Excel(name = "金额 元")
|
||||
private BigDecimal amount;
|
||||
|
||||
/** 支付方式 aliPay / wechatPay / applePay */
|
||||
|
||||
Reference in New Issue
Block a user