fix(table): add daterange
This commit is contained in:
@@ -296,6 +296,11 @@ export namespace Project {
|
||||
task: number
|
||||
}
|
||||
}
|
||||
export interface ReqPersonProjectDashBoard {
|
||||
start_date: string
|
||||
end_date: string
|
||||
}
|
||||
|
||||
/**
|
||||
* DetailResponse
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user