fixing ระบบวินัย
This commit is contained in:
parent
e9ee7e7f40
commit
ba728ea000
16 changed files with 391 additions and 442 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@ interface DataAgency {
|
|||
}
|
||||
|
||||
interface DataPerson {
|
||||
id?: string;
|
||||
amount: number;
|
||||
child1: string;
|
||||
child1Id: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue