fix: 统一日计划更新标识类型

This commit is contained in:
zhouz
2026-08-14 15:17:20 +08:00
parent 45bcf8a6a2
commit 558d8ad285

View File

@@ -73,7 +73,7 @@ export namespace LmsDailyPlanApi {
} }
export interface UpdateReq extends CreateReq { export interface UpdateReq extends CreateReq {
dailyPlanId: number; dailyPlanId: ApiId;
version: number; version: number;
} }