فهرست منبع

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[];
 }