@@ -242,9 +229,25 @@ onMounted(async () => {
-
diff --git a/src/modules/18_command/interface/response/Main.ts b/src/modules/18_command/interface/response/Main.ts
index 2e743f79c..40c60bc25 100644
--- a/src/modules/18_command/interface/response/Main.ts
+++ b/src/modules/18_command/interface/response/Main.ts
@@ -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,
};