Explorar el Código

feat(types): 材料库材料增加项目信息字段

vian hace 3 años
padre
commit
6228e91e5e
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      types/src/interface/glj.ts

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

@@ -384,6 +384,10 @@ export interface ICptGlj extends IBaseRationGlj {
   operationID?: string; // 操作ID 防止未来需要撤销批量入库
   operationID?: string; // 操作ID 防止未来需要撤销批量入库
   matchedInfoPrice?: IMatchedInfoPrice | null; // 匹配到的信息价
   matchedInfoPrice?: IMatchedInfoPrice | null; // 匹配到的信息价
   priceFrom?: string; // 价格来源
   priceFrom?: string; // 价格来源
+  constructionName?: string; // 建设项目名称
+  constructionID?: string; // 建设项目ID
+  engineeringID?: string; // 工程专业ID
+  engineeringName?: string; // 工程专业名称
 }
 }
 
 
 // 新增补充人材机接口传输的数据接口
 // 新增补充人材机接口传输的数据接口