Explorar o código

feat(types): 企业材料增加价格来源字段

vian %!s(int64=4) %!d(string=hai) anos
pai
achega
80af799880
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

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