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