รายละเอียดคำสั่ง => Tab พรีวิวคำสั่ง
This commit is contained in:
parent
5d33b1babb
commit
d3b9cb9cc4
3 changed files with 127 additions and 106 deletions
|
|
@ -53,9 +53,27 @@ interface DataFileDownload {
|
|||
upload: boolean;
|
||||
}
|
||||
|
||||
interface DataFileOrder {
|
||||
reportName: string;
|
||||
template: string;
|
||||
data: {
|
||||
commandDate: string;
|
||||
commandExcecuteDate: string;
|
||||
commandNo: string;
|
||||
commandTitle: string;
|
||||
commandYear: 2024;
|
||||
detailBody: string;
|
||||
detailFooter: string;
|
||||
detailHeader: string;
|
||||
name: string;
|
||||
position: string;
|
||||
};
|
||||
}
|
||||
|
||||
export type {
|
||||
ResListCommand,
|
||||
DataListCommand,
|
||||
DataCommandType,
|
||||
DataFileDownload,
|
||||
DataFileOrder,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue