Explorar o código

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

vian %!s(int64=3) %!d(string=hai) anos
pai
achega
1b41357693
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 {