feat(M08-B): 补保洁员资料细节
This commit is contained in:
@@ -26,11 +26,13 @@ export interface ManagedUser {
|
||||
userType: string;
|
||||
status: UserStatus;
|
||||
nickname: string;
|
||||
avatarUrl: string;
|
||||
maskedPhone: string;
|
||||
maskedLastIp: string;
|
||||
note: string;
|
||||
roles: StaffRole[];
|
||||
storeIds: string[];
|
||||
wechatMiniappBound: boolean;
|
||||
registeredAt: string;
|
||||
lastLoginAt: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user