Parcourir la source

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

vian il y a 3 ans
Parent
commit
6228e91e5e
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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 防止未来需要撤销批量入库
   matchedInfoPrice?: IMatchedInfoPrice | null; // 匹配到的信息价
   priceFrom?: string; // 价格来源
+  constructionName?: string; // 建设项目名称
+  constructionID?: string; // 建设项目ID
+  engineeringID?: string; // 工程专业ID
+  engineeringName?: string; // 工程专业名称
 }
 
 // 新增补充人材机接口传输的数据接口