小程序查询用户信息新增默认充电金额字段

This commit is contained in:
Lemon
2026-06-15 14:51:44 +08:00
parent dd546e75da
commit 43beb1cf95
2 changed files with 6 additions and 0 deletions

View File

@@ -44,6 +44,11 @@ public class MemberVO {
*/
private String merchantId;
/**
* 默认充电金额
*/
private BigDecimal defaultChargeAmount;
/**
* 运营商名称
*/

View File

@@ -205,6 +205,7 @@
t1.avatar_url as avatarUrl,
t1.mobile_number as mobileNumber,
t1.merchant_id as merchantId,
t1.default_charge_amount as defaultChargeAmount,
t1.create_time as createTime
<!--t2.principal_balance as principalBalance,
t2.gift_balance as giftBalance-->