ปรับ interfeac
This commit is contained in:
parent
09b1b9f492
commit
cfc073e30c
16 changed files with 462 additions and 277 deletions
15
src/modules/11_discipline/interface/response/order.ts
Normal file
15
src/modules/11_discipline/interface/response/order.ts
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
interface DataList {
|
||||
subject: string
|
||||
ordernumber: string
|
||||
dateOrder: string
|
||||
orderby: string
|
||||
signer: string
|
||||
statusorder: string
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
export type {
|
||||
DataList
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue