Просмотр исходного кода

feat(types): 添加文件模板名称

lipk 2 лет назад
Родитель
Сommit
263cac701b
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      types/src/interface/matter.ts

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

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