API รายการคำสั่งและ Template
This commit is contained in:
parent
5625fa06f4
commit
1794218a8f
6 changed files with 391 additions and 260 deletions
|
|
@ -16,8 +16,9 @@ interface ListOrder {
|
|||
id: string;
|
||||
commandCode: string;
|
||||
name: string;
|
||||
status: boolean;
|
||||
isActive: boolean;
|
||||
category?: string;
|
||||
commandSysId: string;
|
||||
}
|
||||
|
||||
interface ListTemplateSalary {
|
||||
|
|
|
|||
|
|
@ -1 +1,22 @@
|
|||
export type {};
|
||||
interface DataCommandSys {
|
||||
id: string;
|
||||
createdAt: string;
|
||||
lastUpdatedAt: string;
|
||||
createdFullName: string;
|
||||
lastUpdateFullName: string;
|
||||
sysName: string;
|
||||
sysDescription: string;
|
||||
}
|
||||
|
||||
interface DataTemplateDetail {
|
||||
id: string;
|
||||
name: string;
|
||||
code: string;
|
||||
detailHeader: string;
|
||||
detailBody: string;
|
||||
detailFooter: string;
|
||||
isActive: boolean;
|
||||
commandSysId: string;
|
||||
}
|
||||
|
||||
export type { DataCommandSys, DataTemplateDetail };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue