mirror of
https://github.com/vastxie/99AI.git
synced 2026-04-24 19:24:25 +08:00
v4.3.0
This commit is contained in:
8
service/src/modules/chatLog/dto/chatList.dto.ts
Normal file
8
service/src/modules/chatLog/dto/chatList.dto.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { IsOptional } from 'class-validator';
|
||||
import { ApiProperty } from '@nestjs/swagger';
|
||||
|
||||
export class ChatListDto {
|
||||
@ApiProperty({ example: 1, description: '对话分组ID', required: false })
|
||||
@IsOptional()
|
||||
groupId: number;
|
||||
}
|
||||
Reference in New Issue
Block a user