format Date เรื่องร้องเรียนและรายการออกคำสั่งลงโทษทางวินัย
This commit is contained in:
parent
4174a839f5
commit
a5faf436a4
6 changed files with 54 additions and 27 deletions
|
|
@ -1,15 +1,25 @@
|
|||
interface DataList {
|
||||
subject: string
|
||||
ordernumber: string
|
||||
dateOrder: string
|
||||
dateOrder: string | null;
|
||||
orderby: string
|
||||
signer: string
|
||||
statusorder: string
|
||||
|
||||
}
|
||||
|
||||
interface DataListRes {
|
||||
subject: string
|
||||
ordernumber: string
|
||||
dateOrder: Date
|
||||
orderby: string
|
||||
signer: string
|
||||
statusorder: string
|
||||
}
|
||||
|
||||
|
||||
|
||||
export type {
|
||||
DataList
|
||||
DataList,
|
||||
DataListRes
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue