Sfoglia il codice sorgente

feat(types): 修改IAddComponentFilter属性

zhangweicheng 4 anni fa
parent
commit
f6adbfd788
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;
 }
 }
 
 
 // 补充定额库选项
 // 补充定额库选项