จัดสรร

This commit is contained in:
setthawutttty 2023-08-25 17:08:25 +07:00
parent 8aa5770c4c
commit 3bf9833e01
6 changed files with 1055 additions and 557 deletions

View file

@ -1,9 +1,8 @@
interface FormProprsalsRound {
id: number;
name: string;
year: number;
startDate: number;
endDate: number;
status: string;
id: string;
insignia: string;
total: number;
done: number;
remain: number;
}
export type { FormProprsalsRound };