fix เครื่องราช
This commit is contained in:
parent
2b691a746d
commit
4586aef931
9 changed files with 86 additions and 134 deletions
|
|
@ -43,6 +43,7 @@ interface OptionRound {
|
|||
id: string;
|
||||
year: number;
|
||||
name: string;
|
||||
period_revision: string;
|
||||
}
|
||||
interface DataStat {
|
||||
allUserUser: number;
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ interface ResponsePeriod {
|
|||
period_start: string;
|
||||
period_status: string;
|
||||
period_year: number;
|
||||
period_revision: string;
|
||||
}
|
||||
|
||||
interface ResponseNoSend {
|
||||
|
|
@ -44,4 +45,10 @@ interface ResponseAllocate {
|
|||
total: number;
|
||||
}
|
||||
|
||||
export type { ResponseObject, ResponsePeriod, ResponseNoSend, ResponseRound ,ResponseAllocate};
|
||||
export type {
|
||||
ResponseObject,
|
||||
ResponsePeriod,
|
||||
ResponseNoSend,
|
||||
ResponseRound,
|
||||
ResponseAllocate,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue