소스 검색

feat(types): 增加fileKind

vian 4 년 전
부모
커밋
8a9893a962
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      types/src/interface/project.ts

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

@@ -247,6 +247,7 @@ export interface IProperty {
   maxLimitPriceRate?: number; // 设置最高限价单价浮动率
   minLimitPriceRate?: number; // 设置最低限价单价浮动率
   period?: string; // 信息价使用的信息价日期期数 "2021年-09月"
+  fileKind?: string; // 导入进来的属性,平台导出需要维持这个值不变
 }
 
 // 原来的列设置太复杂了,没什么必要