Explorar el Código

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

vian hace 3 años
padre
commit
1b41357693
Se han modificado 1 ficheros con 1 adiciones y 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 {