update 调整相机相关Service结构

This commit is contained in:
Lemon
2024-01-06 10:57:30 +08:00
parent 838c38adeb
commit ccaba50f07
10 changed files with 149 additions and 74 deletions

View File

@@ -89,4 +89,9 @@ public class MemberVO {
* 头像地址
*/
private String avatarUrl;
/**
* 车牌号
*/
private String plateNumber;
}