Преглед на файлове

Merge branch 'master' of http://192.168.1.41:3000/SmartCost/SCCommon

zhangweicheng преди 3 години
родител
ревизия
4426fa20e3
променени са 1 файла, в които са добавени 14 реда и са изтрити 0 реда
  1. 14 0
      types/src/api/Approval.ts

+ 14 - 0
types/src/api/Approval.ts

@@ -18,4 +18,18 @@ export namespace PostApprovalCopyGatherYsProfileFiles {
         count: number;
     }
 
+}
+
+export namespace GetApprovalGetMatterData {
+    export type Params = {
+        businessID: string
+    }
+
+    export type Response = {
+        components: any[];
+        ID: string;
+        parentID: string;
+        seq: number;
+        name: string;
+    }
 }