新增 后管会员详情页面新增字段

This commit is contained in:
Lemon
2023-09-23 17:43:17 +08:00
parent fdc6a874e7
commit 5e5d36b47d
5 changed files with 29 additions and 6 deletions

View File

@@ -66,6 +66,11 @@ public class MemberVO {
*/
private List<String> plateNumberList;
/**
* VIN码
*/
private List<String> vinCodeList;
/**
* 头像地址
*/