ทะเบียนประวัติ: ข้อมูลผลงาน แก้ reqBody
This commit is contained in:
parent
de9ad67685
commit
051d4bf387
6 changed files with 12 additions and 10 deletions
|
|
@ -1,5 +1,5 @@
|
|||
interface RequestItemsObject {
|
||||
profileId: string;
|
||||
profileId?: string;
|
||||
isActive: boolean;
|
||||
detail: string;
|
||||
issueDate: Date | null;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
interface RequestItemsObject {
|
||||
profileId: string;
|
||||
profileId?: string;
|
||||
isActive: boolean;
|
||||
year: number;
|
||||
no: string;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
interface RequestItemsObject {
|
||||
profileId: string;
|
||||
profileId?: string;
|
||||
isActive: boolean;
|
||||
name: string;
|
||||
date: Date | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue