Przeglądaj źródła

feat(types): 添加信息价选项属性

zhangweicheng 4 lat temu
rodzic
commit
6916dd32f7
2 zmienionych plików z 3299 dodań i 0 usunięć
  1. 7 0
      types/src/interface/project.ts
  2. 3292 0
      util/yarn.lock

+ 7 - 0
types/src/interface/project.ts

@@ -182,6 +182,12 @@ export enum BillGetFeeType {
   BILL_PRICE = 3,
 }
 
+export interface IInfoPriceOption {
+  areaID: string;
+  year: string;
+  month: string;
+}
+
 // 项目属性
 export interface IProperty {
   constructionID?: string; // 建设项目ID
@@ -230,6 +236,7 @@ export interface IProperty {
   minLimitPriceRate?: number; // 设置最低限价单价浮动率
   period?: string; // 信息价使用的信息价日期期数 "2021年-09月"
   fileKind?: string; // 导入进来的属性,平台导出需要维持这个值不变
+  infoPriceOption?: IInfoPriceOption; // 信息价选项
 }
 
 // 原来的列设置太复杂了,没什么必要

Plik diff jest za duży
+ 3292 - 0
util/yarn.lock