This commit is contained in:
77
2024-08-03 19:19:04 +08:00
parent 78bd8b6593
commit cf9081d69f
9 changed files with 262 additions and 0 deletions

View File

@@ -33,4 +33,10 @@ public class UserAdminVo extends User {
private LocalDateTime regBeginTime;
private LocalDateTime regEndTime;
private String cardAccount;
/**
* 账户名称
*/
private String cardName;
}