Bläddra i källkod

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

vian 3 år sedan
förälder
incheckning
1b41357693
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      types/src/interface/ration.ts

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

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