Przeglądaj źródła

feat(types): 修改IAddComponentFilter属性

zhangweicheng 4 lat temu
rodzic
commit
f6adbfd788
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      types/src/interface/glj.ts

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

@@ -473,6 +473,7 @@ export interface IPriceChangeGlj {
 export interface IAddComponentFilter {
 export interface IAddComponentFilter {
   projectGljID: string;
   projectGljID: string;
   libGljs: (IStdGlj | ICptGlj)[];
   libGljs: (IStdGlj | ICptGlj)[];
+  processID?: string;
 }
 }
 
 
 // 补充定额库选项
 // 补充定额库选项