فهرست منبع

test(types): test

zhangweicheng 3 سال پیش
والد
کامیت
c1b113fe08
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      types/package.json
  2. 1 1
      types/src/interface/bill.ts

+ 1 - 1
types/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@sc/types",
-  "version": "1.0.37",
+  "version": "1.0.38",
   "description": "共用类型文件",
   "main": "./dist/index.cjs.js",
   "module": "./dist/index.esm.js",

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

@@ -285,7 +285,7 @@ export interface IBillIndex {
   year?: string; // 信息价年
   month?: string; // 信息价月
   fileType?: FileType; // 文件类型
-  indexTypes?: string[]; // 项目分类或者说功能分类
+  indexTypes?: string[]; // 项目分类或者说功能分类--
 }
 
 export enum LibType {