Browse Source

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

chenshilong 5 năm trước cách đây
mục cha
commit
1f1b4c6d09
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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[];
 }