ทะเบียนประวัติ: วินัย interface
This commit is contained in:
parent
eac1642da5
commit
9b6b8bef31
2 changed files with 6 additions and 6 deletions
|
|
@ -1,13 +1,13 @@
|
|||
interface RequestItemsObject {
|
||||
id: string;
|
||||
profileId: string,
|
||||
id?: string;
|
||||
level: string;
|
||||
detail: string;
|
||||
unStigma: string;
|
||||
refCommandNo: string;
|
||||
refCommandDate: Date | null;
|
||||
date: Date;
|
||||
createdFullName: string;
|
||||
createdAt: Date;
|
||||
date: Date | null;
|
||||
|
||||
}
|
||||
|
||||
interface FormFilter {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue