Explorar el Código

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

vian hace 4 años
padre
commit
5241eca1a3
Se han modificado 1 ficheros con 1 adiciones y 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; // 匹配到的信息价
 }
 
 // 新增补充人材机接口传输的数据接口