给用户增加“备注”列
CI / verify (pull_request) Waiting to run

This commit is contained in:
2026-08-25 10:09:05 +08:00
parent 5935024ea8
commit 282da24bc4
13 changed files with 66 additions and 44 deletions
+1
View File
@@ -169,6 +169,7 @@ export type AdminUserRow = {
wxOpenId: string | null;
wechatVerified: boolean;
nickname: string | null;
hqRemark: string | null;
status: number;
sourceType: string;
sourceRefId: string | null;