Преглед изворни кода

feat(types): 修改IAddComponentFilter属性

zhangweicheng пре 4 година
родитељ
комит
f6adbfd788
1 измењених фајлова са 1 додато и 0 уклоњено
  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;
 }
 }
 
 
 // 补充定额库选项
 // 补充定额库选项