Procházet zdrojové kódy

feat(types): 文件模板类型修改

lipk před 2 roky
rodič
revize
d9774daca4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      types/src/interface/matter.ts

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

@@ -106,7 +106,7 @@ export interface IYsProfileTemplate {
   fileNum?: number;
   remark?: string; // 备注
   profileIndex?: string; // 资料索引
-  templateFiles: string[]; // 文件模板名称
+  templateFiles: { originalName: string; realName: string }[]; // 文件模板名称
 }
 
 export interface IGatherYsProfileTemplate extends IYsProfileTemplate {