给用户增加“备注”列
CI / verify (pull_request) Has been cancelled

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
@@ -951,8 +951,8 @@ export class BatchDeleteUsersConfirmDto extends BatchDeleteUsersDto {
export class UpdateAdminUserDto {
@IsString()
@MaxLength(64)
nickname: string;
@MaxLength(128)
hqRemark: string;
}
/** HQ 订单发货(目前仅小飞侠 XFX) */