hrms-mgt/src/modules/10_order/interface/request/Main.ts
2024-09-03 11:28:01 +07:00

13 lines
273 B
TypeScript

interface FormOrderPlacementMainData {
Order: string;
OrderNum: string;
fiscalYear: number;
OrderDate: string;
OrderBy: string;
Signer: string;
OrderStatus: string;
OrderType: string;
orderTypeValue: string;
}
export type { FormOrderPlacementMainData };