fix(table): add daterange

This commit is contained in:
zhangheng
2026-04-23 10:35:33 +08:00
parent 81c9f1d165
commit cd1bad6da9
5 changed files with 83 additions and 9 deletions

View File

@@ -296,6 +296,11 @@ export namespace Project {
task: number
}
}
export interface ReqPersonProjectDashBoard {
start_date: string
end_date: string
}
/**
* DetailResponse
*/