แก้ไขขอโอน รับโอน รายการช่วยราชการ รายการส่งตัวกลับ รายการลาออก

This commit is contained in:
Thanit Konmek 2023-08-22 15:24:49 +07:00
parent a3eabec197
commit 9505fb5dbb
14 changed files with 789 additions and 107 deletions

View file

@ -27,6 +27,7 @@ interface ResponseItems {
status: string;
statustext: string;
fullname: string;
datetext: string | null;
}
export type { resMain, ResponseItems };