Explorar o código

feat(types): 指标分部添加最高最低价

zhangweicheng %!s(int64=3) %!d(string=hai) anos
pai
achega
f749968b19
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      types/src/interface/bill.ts

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

@@ -287,14 +287,14 @@ export interface IFBIndex {
   fileType?: FileType; // 文件类型
   fileType?: FileType; // 文件类型
   indexTypes?: string[]; // 项目分类或者说功能分类--
   indexTypes?: string[]; // 项目分类或者说功能分类--
   dynamicIndex?: Record<string, string>; // 动态指标,年-月为key 综合指标的映射
   dynamicIndex?: Record<string, string>; // 动态指标,年-月为key 综合指标的映射
+  minUnitPrice?: string;
+  maxUnitPrice?: string;
 }
 }
 export interface IBillIndex extends IFBIndex {
 export interface IBillIndex extends IFBIndex {
   classCode: string; // 类别别名
   classCode: string; // 类别别名
   groupCode?: string;
   groupCode?: string;
   itemCharacter: string;
   itemCharacter: string;
   rations?: IBillIndexRation[];
   rations?: IBillIndexRation[];
-  minUnitPrice?: string;
-  maxUnitPrice?: string;
 }
 }
 
 
 export enum LibType {
 export enum LibType {