ทะเบียนประวัติ: ข้อมูลผลงาน แก้ reqBody

This commit is contained in:
puriphatt 2024-03-20 14:10:53 +07:00
parent de9ad67685
commit 051d4bf387
6 changed files with 12 additions and 10 deletions

View file

@ -1,5 +1,5 @@
interface RequestItemsObject {
profileId: string;
profileId?: string;
isActive: boolean;
detail: string;
issueDate: Date | null;

View file

@ -1,5 +1,5 @@
interface RequestItemsObject {
profileId: string;
profileId?: string;
isActive: boolean;
year: number;
no: string;

View file

@ -1,5 +1,5 @@
interface RequestItemsObject {
profileId: string;
profileId?: string;
isActive: boolean;
name: string;
date: Date | null;