fixing ระบบวินัย

This commit is contained in:
Warunee Tamkoo 2024-05-28 15:41:15 +07:00
parent e9ee7e7f40
commit ba728ea000
16 changed files with 391 additions and 442 deletions

View file

@ -46,6 +46,7 @@ interface DataAgency {
}
interface DataPerson {
id?: string;
amount: number;
child1: string;
child1Id: string;