|
@@ -18,8 +18,6 @@ export class FVO_User {
|
|
}
|
|
}
|
|
@ApiProperty({ description: '数据id' })
|
|
@ApiProperty({ description: '数据id' })
|
|
_id: string = undefined;
|
|
_id: string = undefined;
|
|
- @ApiProperty({ description: '头像' })
|
|
|
|
- 'icon': Array<any> = undefined;
|
|
|
|
@ApiProperty({ description: '姓名' })
|
|
@ApiProperty({ description: '姓名' })
|
|
'name': string = undefined;
|
|
'name': string = undefined;
|
|
@ApiProperty({ description: '联系电话' })
|
|
@ApiProperty({ description: '联系电话' })
|
|
@@ -79,9 +77,6 @@ export class QVO_User extends FVO_User {
|
|
}
|
|
}
|
|
|
|
|
|
export class CDTO_User {
|
|
export class CDTO_User {
|
|
- @ApiProperty({ description: '头像' })
|
|
|
|
- @Rule(RuleType['array']().empty(''))
|
|
|
|
- 'icon': Array<any> = undefined;
|
|
|
|
@ApiProperty({ description: '姓名' })
|
|
@ApiProperty({ description: '姓名' })
|
|
@Rule(
|
|
@Rule(
|
|
RuleType['string']()
|
|
RuleType['string']()
|
|
@@ -163,8 +158,6 @@ export class LoginVO {
|
|
}
|
|
}
|
|
@ApiProperty({ description: '数据id' })
|
|
@ApiProperty({ description: '数据id' })
|
|
_id: string = undefined;
|
|
_id: string = undefined;
|
|
- @ApiProperty({ description: '头像' })
|
|
|
|
- 'icon': Array<any> = undefined;
|
|
|
|
@ApiProperty({ description: '姓名' })
|
|
@ApiProperty({ description: '姓名' })
|
|
'name': string = undefined;
|
|
'name': string = undefined;
|
|
@ApiProperty({ description: '联系电话' })
|
|
@ApiProperty({ description: '联系电话' })
|