|
@@ -26,6 +26,8 @@ export class FVO_user {
|
|
|
'phone': string = undefined;
|
|
|
@ApiProperty({ description: '电子邮箱' })
|
|
|
'email': string = undefined;
|
|
|
+ @ApiProperty({ description: '角色类型' })
|
|
|
+ 'role_type': string = undefined;
|
|
|
@ApiProperty({ description: '角色' })
|
|
|
'role': Array<any> = undefined;
|
|
|
@ApiProperty({ description: '状态' })
|