ทะเบียนประวัติ: ปฏิบัติราชการพิเศษ API

This commit is contained in:
oat_dev 2024-03-22 10:53:08 +07:00
parent 6ecf40c10e
commit eac1642da5
4 changed files with 188 additions and 190 deletions

View file

@ -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 {