clone code
This commit is contained in:
parent
c9597d1e38
commit
d57bcd1719
362 changed files with 104804 additions and 0 deletions
21
src/modules/04_registry/interface/response/Government.ts
Normal file
21
src/modules/04_registry/interface/response/Government.ts
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
//ข้อมูล
|
||||
interface ResponseObject {
|
||||
oc: string | null;
|
||||
business: string | null;
|
||||
dateAppoint: Date | string;
|
||||
dateStart: Date | string;
|
||||
govAge: string | null;
|
||||
govAgeAbsent: number | null;
|
||||
govAgePlus: number | null;
|
||||
level: string | null;
|
||||
posNo: string | null;
|
||||
position: string | null;
|
||||
retireDate: string | null;
|
||||
type: string | null;
|
||||
work: string | null;
|
||||
createdFullName: string | null;
|
||||
createdAt: Date;
|
||||
reasonSameDate: string | null;
|
||||
}
|
||||
|
||||
export type { ResponseObject };
|
||||
Loading…
Add table
Add a link
Reference in a new issue