浏览代码

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

chenshilong 5 年之前
父节点
当前提交
1f1b4c6d09
共有 1 个文件被更改,包括 1 次插入1 次删除
  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[];
 }