新增用户备注,管理员可查看和编辑

This commit is contained in:
2024-10-30 15:36:49 +08:00
parent 11a23c92df
commit e4801202f7
3 changed files with 46 additions and 13 deletions
+2 -1
View File
@@ -43,7 +43,8 @@ declare namespace UserModel {
freeCount: number;
affiliateCode: string;
createdDate: Date;
options: userOptions
options: userOptions;
remark?: string;
}
type userOptions = {