瀏覽代碼

feat(types): 定额库增加libCode可选项

vian 3 年之前
父節點
當前提交
1b41357693
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      types/src/interface/ration.ts

+ 1 - 0
types/src/interface/ration.ts

@@ -27,6 +27,7 @@ export interface IStdRationLib {
   compilationName: string;
   gljLib: number;
   ID: number;
+  libCode?: string;
 }
 
 export interface IStdRationChapter {