|
@@ -25,7 +25,7 @@ export class FVO_chat {
|
|
@ApiProperty({ description: '创建时间' })
|
|
@ApiProperty({ description: '创建时间' })
|
|
'time': string = undefined;
|
|
'time': string = undefined;
|
|
@ApiProperty({ description: '类型' })
|
|
@ApiProperty({ description: '类型' })
|
|
- 'type': string = undefined;
|
|
|
|
|
|
+ 'msg_type': string = undefined;
|
|
@ApiProperty({ description: '是否已读' })
|
|
@ApiProperty({ description: '是否已读' })
|
|
'is_read': string = undefined;
|
|
'is_read': string = undefined;
|
|
}
|
|
}
|
|
@@ -66,7 +66,7 @@ export class CDTO_chat {
|
|
'time': string = undefined;
|
|
'time': string = undefined;
|
|
@ApiProperty({ description: '类型' })
|
|
@ApiProperty({ description: '类型' })
|
|
@Rule(RuleType['string']().empty(''))
|
|
@Rule(RuleType['string']().empty(''))
|
|
- 'type': string = undefined;
|
|
|
|
|
|
+ 'msg_type': string = undefined;
|
|
@ApiProperty({ description: '是否已读' })
|
|
@ApiProperty({ description: '是否已读' })
|
|
@Rule(RuleType['string']().empty(''))
|
|
@Rule(RuleType['string']().empty(''))
|
|
'is_read': string = undefined;
|
|
'is_read': string = undefined;
|