|
@@ -40,6 +40,8 @@ export class FVO_match {
|
|
|
'rules': object = undefined;
|
|
|
@ApiProperty({ description: '简介' })
|
|
|
'brief': string = undefined;
|
|
|
+ @ApiProperty({ description: '备注' })
|
|
|
+ 'remark': string = undefined;
|
|
|
@ApiProperty({ description: '封面' })
|
|
|
'file': Array<any> = undefined;
|
|
|
@ApiProperty({ description: '视频' })
|
|
@@ -48,7 +50,7 @@ export class FVO_match {
|
|
|
'match_status': string = undefined;
|
|
|
@ApiProperty({ description: '是否公开' })
|
|
|
'is_use': string = undefined;
|
|
|
- @ApiProperty({ description: '是否在首页显示' })
|
|
|
+ @ApiProperty({ description: '是否公开路演人信息' })
|
|
|
'is_show': string = undefined;
|
|
|
@ApiProperty({ description: '显示顺序' })
|
|
|
'order_num': number = undefined;
|
|
@@ -83,7 +85,7 @@ export class QDTO_match extends SearchBase {
|
|
|
'match_status': string = undefined;
|
|
|
@ApiProperty({ description: '是否公开' })
|
|
|
'is_use': string = undefined;
|
|
|
- @ApiProperty({ description: '是否在首页显示' })
|
|
|
+ @ApiProperty({ description: '是否公开路演人信息' })
|
|
|
'is_show': string = undefined;
|
|
|
@ApiProperty({ description: '显示顺序' })
|
|
|
'order_num': number = undefined;
|
|
@@ -147,6 +149,9 @@ export class CDTO_match {
|
|
|
@ApiProperty({ description: '简介' })
|
|
|
@Rule(RuleType['string']().empty(''))
|
|
|
'brief': string = undefined;
|
|
|
+ @ApiProperty({ description: '备注' })
|
|
|
+ @Rule(RuleType['string']().empty(''))
|
|
|
+ 'remark': string = undefined;
|
|
|
@ApiProperty({ description: '封面' })
|
|
|
@Rule(RuleType['array']().empty(''))
|
|
|
'file': Array<any> = undefined;
|
|
@@ -159,7 +164,7 @@ export class CDTO_match {
|
|
|
@ApiProperty({ description: '是否公开' })
|
|
|
@Rule(RuleType['string']().empty(''))
|
|
|
'is_use': string = undefined;
|
|
|
- @ApiProperty({ description: '是否在首页显示' })
|
|
|
+ @ApiProperty({ description: '是否公开路演人信息' })
|
|
|
@Rule(RuleType['string']().empty(''))
|
|
|
'is_show': string = undefined;
|
|
|
@ApiProperty({ description: '显示顺序' })
|