瀏覽代碼

feat(types): 移动动态工料机价格指标

zhangweicheng 3 年之前
父節點
當前提交
8a92909bdb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      types/src/interface/bill.ts

+ 1 - 1
types/src/interface/bill.ts

@@ -310,7 +310,6 @@ export interface IFBIndex {
   fileType?: FileType; // 文件类型
   fileType?: FileType; // 文件类型
   indexTypes?: string[]; // 项目分类或者说功能分类--
   indexTypes?: string[]; // 项目分类或者说功能分类--
   dynamicIndex?: Record<string, IFees>; // 动态指标,年-月为key 综合指标的映射
   dynamicIndex?: Record<string, IFees>; // 动态指标,年-月为key 综合指标的映射
-  dynamicGljMap?: Record<string, Record<string, string>>; // 动态工料机价格指标,年-月为key 工料机工五大项为子key  value为市场价
   minUnitPrice?: string;
   minUnitPrice?: string;
   maxUnitPrice?: string;
   maxUnitPrice?: string;
   fees?: IFees; // 费用字段
   fees?: IFees; // 费用字段
@@ -320,6 +319,7 @@ export interface IBillIndex extends IFBIndex {
   groupCode?: string;
   groupCode?: string;
   itemCharacter: string;
   itemCharacter: string;
   rations?: IBillIndexRation[];
   rations?: IBillIndexRation[];
+  dynamicGljMap?: Record<string, Record<string, string>>; // 动态工料机价格指标,年-月为key 工料机工五大项为子key  value为市场价
 }
 }
 
 
 export enum LibType {
 export enum LibType {