mirror of
https://github.com/vastxie/99AI.git
synced 2026-04-26 12:14:29 +08:00
v4.3.0
This commit is contained in:
6
service/src/modules/autoReply/dto/delBadWords.dto.ts
Normal file
6
service/src/modules/autoReply/dto/delBadWords.dto.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { ApiProperty } from '@nestjs/swagger';
|
||||
|
||||
export class DelAutoReplyDto {
|
||||
@ApiProperty({ example: 1, description: '自动回复id', required: true })
|
||||
id: number;
|
||||
}
|
||||
Reference in New Issue
Block a user