给用户增加“备注”列
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 -1
View File
@@ -4,7 +4,7 @@ export interface AdminListQuery {
}
export interface UpdateAdminUserRequest {
nickname: string;
hqRemark: string;
}
export interface AdminPageResult<T> {