فهرست منبع

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 {