Explorar el Código

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

lipk hace 2 años
padre
commit
d9774daca4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {