fix รักษาการในตำแหน่ง ส่งไปออกคำสั่ง
This commit is contained in:
parent
1d9faaf572
commit
0a70a0e8db
6 changed files with 594 additions and 45 deletions
|
|
@ -51,4 +51,22 @@ interface DataStatus {
|
|||
group: string;
|
||||
}
|
||||
|
||||
export type { Pagination, RetirementList, PersonData, RoundData, DataStatus };
|
||||
interface DataOption {
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
interface DataDateMonthObject {
|
||||
month: number;
|
||||
year: number;
|
||||
}
|
||||
|
||||
export type {
|
||||
Pagination,
|
||||
RetirementList,
|
||||
PersonData,
|
||||
RoundData,
|
||||
DataStatus,
|
||||
DataOption,
|
||||
DataDateMonthObject,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue