Преглед изворни кода

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 {