Explorar o código

feat(types): 添加组成物filter类型

zhangweicheng %!s(int64=5) %!d(string=hai) anos
pai
achega
ea847ae9c6
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      types/src/interface/glj.ts

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

@@ -444,3 +444,9 @@ export interface IPriceChangeGlj {
   ID: string;
   basePrice: number;
 }
+
+// 添加组成物filter类型
+export interface IAddComponentFilter {
+  projectGljID: string;
+  libGljs: (IStdGlj | ICptGlj)[];
+}