feat:初始化 -融骅
This commit is contained in:
9
serve/src/online-teaching/dto/live-update.dto.ts
Normal file
9
serve/src/online-teaching/dto/live-update.dto.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { ApiProperty } from '@nestjs/swagger';
|
||||
import { CreateLiveTeachingDto } from './live-create.dto';
|
||||
/**
|
||||
* 直播信息
|
||||
*/
|
||||
export class UpdateLiveTeachingDto extends CreateLiveTeachingDto {
|
||||
@ApiProperty({ description: '需要更新的id' })
|
||||
id: number;
|
||||
}
|
||||
Reference in New Issue
Block a user