Procházet zdrojové kódy

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

zhangweicheng před 5 roky
rodič
revize
1ecfee5081
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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;
 }
 /* 补充人材机相关 ↑ */