فهرست منبع

feat(types): 库工料机添加 from

zhangweicheng 4 سال پیش
والد
کامیت
1ecfee5081
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      types/src/interface/glj.ts

+ 2 - 0
types/src/interface/glj.ts

@@ -206,6 +206,7 @@ export interface IStdGlj extends IBaseRationGlj {
   gljLibID: number;
   type: number;
   components: IStdComponent[];
+  from: fromType;
 }
 
 // 标准人材机分类树(原始数据)
@@ -238,6 +239,7 @@ export interface ICptGlj extends IBaseRationGlj {
   type: number;
   compilationID: string;
   components: ICptComponent[];
+  from: fromType;
 }
 /* 补充人材机相关 ↑ */