Explorar o código

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

chenshilong %!s(int64=5) %!d(string=hai) anos
pai
achega
1f1b4c6d09
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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[];
 }