Przeglądaj źródła

fix: 项目的计算程序文件字段定义调整。

chenshilong 5 lat temu
rodzic
commit
1f1b4c6d09
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      types/src/interface/calculation.ts

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

@@ -57,5 +57,5 @@ export interface ICalcProgramFile {
   name: string;
   libID: number;
   libName: string;
-  templates: ICalcTemplate[];
+  programs: ICalcTemplate[];
 }