后管页面增加显示 会员绑定车牌号

This commit is contained in:
DESKTOP-D9QDT1P\JS-ZZA
2023-03-10 14:12:01 +08:00
parent b234787eef
commit e9f0275949
11 changed files with 40 additions and 21 deletions

View File

@@ -6,6 +6,7 @@ import lombok.Data;
import lombok.NoArgsConstructor;
import java.math.BigDecimal;
import java.util.List;
/**
* 用户信息VO
@@ -53,4 +54,9 @@ public class MemberVO {
*/
private BigDecimal totalAccountAmount;
/**
* 车牌号
*/
private List<String> plateNumberList;
}