ปรับโครงสร้างเมนู, เพิ่มเมนูในทะเบียนประวัติ
This commit is contained in:
parent
6fbc73300c
commit
054802c8b7
26 changed files with 1337 additions and 250 deletions
12
src/modules/10_order/interface/request/Main.ts
Normal file
12
src/modules/10_order/interface/request/Main.ts
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
interface FormOrderPlacementMainData {
|
||||
Order: string;
|
||||
OrderNum: string;
|
||||
fiscalYear: number;
|
||||
OrderDate: string;
|
||||
OrderBy: string;
|
||||
Signer: string;
|
||||
OrderStatus: string;
|
||||
OrderType: string;
|
||||
}
|
||||
|
||||
export type { FormOrderPlacementMainData };
|
||||
7
src/modules/10_order/interface/request/Order.ts
Normal file
7
src/modules/10_order/interface/request/Order.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
interface RequestCopyOrder {
|
||||
personalId: string;
|
||||
emailChannel: boolean;
|
||||
inboxChannel: boolean;
|
||||
}
|
||||
|
||||
export type { RequestCopyOrder };
|
||||
Loading…
Add table
Add a link
Reference in a new issue