mirror of
https://github.com/vastxie/99AI.git
synced 2026-04-24 11:14:29 +08:00
v4.3.0
This commit is contained in:
6
service/src/modules/chatLog/dto/recDrawImg.dto.ts
Normal file
6
service/src/modules/chatLog/dto/recDrawImg.dto.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { ApiProperty } from '@nestjs/swagger';
|
||||
|
||||
export class recDrawImgDto {
|
||||
@ApiProperty({ example: 1, description: '推荐图片的id' })
|
||||
id: number;
|
||||
}
|
||||
Reference in New Issue
Block a user