ทะเบียนประวัติ: ปฏิบัติราชการพิเศษ API
This commit is contained in:
parent
6ecf40c10e
commit
eac1642da5
4 changed files with 188 additions and 190 deletions
|
|
@ -13,13 +13,14 @@ interface FormFilter {
|
|||
|
||||
//ข้อมูล
|
||||
interface RequestItemsObject {
|
||||
id: string;
|
||||
dateStart: Date;
|
||||
dateEnd: Date;
|
||||
detail: string;
|
||||
reference: string;
|
||||
refCommandNo: string;
|
||||
refCommandDate: Date | null;
|
||||
profileId: string,
|
||||
id?: string,
|
||||
dateStart: Date | null,
|
||||
dateEnd: Date | null,
|
||||
detail: string,
|
||||
reference: string,
|
||||
refCommandNo: string,
|
||||
refCommandDate: Date | null,
|
||||
}
|
||||
|
||||
interface MyObjectRef {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue