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

@ -1,5 +1,6 @@
interface DataPersonReq {
id: string;
profileId?: string;
type: string;
amount: number;
child1: string;
@ -29,5 +30,7 @@ interface DataPersonReq {
prefix: string;
root: string;
rootId: string;
isSpecial?: boolean;
rank?: string | null;
}
export type { DataPersonReq };

View file

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