fix เครื่องราช

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-09-27 13:33:27 +07:00
parent 2b691a746d
commit 4586aef931
9 changed files with 86 additions and 134 deletions

View file

@ -43,6 +43,7 @@ interface OptionRound {
id: string;
year: number;
name: string;
period_revision: string;
}
interface DataStat {
allUserUser: number;

View file

@ -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,
};