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

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;
/**
* 运营商名称
*/