新增用户备注,管理员可查看和编辑
This commit is contained in:
Vendored
+2
-1
@@ -43,7 +43,8 @@ declare namespace UserModel {
|
||||
freeCount: number;
|
||||
affiliateCode: string;
|
||||
createdDate: Date;
|
||||
options: userOptions
|
||||
options: userOptions;
|
||||
remark?: string;
|
||||
}
|
||||
|
||||
type userOptions = {
|
||||
|
||||
Reference in New Issue
Block a user