|
@@ -20,6 +20,8 @@ export class FVO_match {
|
|
'name': string = undefined;
|
|
'name': string = undefined;
|
|
@ApiProperty({ description: '类型' })
|
|
@ApiProperty({ description: '类型' })
|
|
'type': string = undefined;
|
|
'type': string = undefined;
|
|
|
|
+ @ApiProperty({ description: '组织单位' })
|
|
|
|
+ 'work': string = undefined;
|
|
@ApiProperty({ description: '行业' })
|
|
@ApiProperty({ description: '行业' })
|
|
'industry': string = undefined;
|
|
'industry': string = undefined;
|
|
@ApiProperty({ description: '类别' })
|
|
@ApiProperty({ description: '类别' })
|
|
@@ -84,6 +86,9 @@ export class CDTO_match {
|
|
@ApiProperty({ description: '类型' })
|
|
@ApiProperty({ description: '类型' })
|
|
@Rule(RuleType['string']().empty(''))
|
|
@Rule(RuleType['string']().empty(''))
|
|
'type': string = undefined;
|
|
'type': string = undefined;
|
|
|
|
+ @ApiProperty({ description: '组织单位' })
|
|
|
|
+ @Rule(RuleType['string']().empty(''))
|
|
|
|
+ 'work': string = undefined;
|
|
@ApiProperty({ description: '行业' })
|
|
@ApiProperty({ description: '行业' })
|
|
@Rule(RuleType['string']().empty(''))
|
|
@Rule(RuleType['string']().empty(''))
|
|
'industry': string = undefined;
|
|
'industry': string = undefined;
|