Explorar o código

feat(types): 企业材料增加匹配信息价字段

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

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

@@ -382,6 +382,7 @@ export interface ICptGlj extends IBaseRationGlj {
   areaName?: string; // 价格地区
   areaID?: string; // 价格地区
   operationID?: string; // 操作ID 防止未来需要撤销批量入库
+  matchedInfoPrice?: IMatchedInfoPrice | null; // 匹配到的信息价
 }
 
 // 新增补充人材机接口传输的数据接口