feat:新增活动日志模块,包括控制器、服务、模型及数据传输对象,更新应用模块以引入新模块,并在打卡和训练计划模块中集成活动日志记录功能。
This commit is contained in:
@@ -7,8 +7,8 @@ export enum RecommendationType {
|
||||
}
|
||||
|
||||
export class GetRecommendationsQueryDto {
|
||||
@ApiProperty({ required: false, description: '数量,默认10' })
|
||||
limit?: number = 10;
|
||||
// @ApiProperty({ required: false, description: '数量,默认10' })
|
||||
// limit?: number = 10;
|
||||
}
|
||||
|
||||
export interface RecommendationCard {
|
||||
|
||||
Reference in New Issue
Block a user