Просмотр исходного кода

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

zhangweicheng 4 лет назад
Родитель
Сommit
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;
 }
 /* 补充人材机相关 ↑ */