Sfoglia il codice sorgente

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

vian 2 anni fa
parent
commit
ac1df731c9
1 ha cambiato i file con 8 aggiunte e 1 eliminazioni
  1. 8 1
      types/src/interface/matter.ts

+ 8 - 1
types/src/interface/matter.ts

@@ -108,7 +108,12 @@ export interface IYsProfileTemplate {
   fileNum?: number;
   remark?: string; // 备注
   profileIndex?: string; // 资料索引
-  templateFiles: { originalName: string; realName: string }[]; // 文件模板名称
+  templateFiles: {
+    originalName: string;
+    realName: string;
+    ID: string;
+    path: string;
+  }[]; // 文件模板名称
 }
 
 export interface IGatherYsProfileTemplate extends IYsProfileTemplate {
@@ -209,11 +214,13 @@ export const ComponentNameMap: Record<string, string> = {
 // 后台模板文件
 export interface IGypFileTemplate {
   ID: string;
+  dataID: string;
   url: string;
   originalName: string;
   realName: string;
   gypID: string;
   businessID: string;
+  path: string;
 }
 
 // 事项库