Преглед изворни кода

feat(types): 修改类型定义

jack ma пре 3 година
родитељ
комит
30cc56f375
2 измењених фајлова са 2 додато и 1 уклоњено
  1. 1 1
      types/package.json
  2. 1 0
      types/src/interface/institution.ts

+ 1 - 1
types/package.json

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

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

@@ -1,6 +1,7 @@
 export interface IInstitution {
   ID: string;
   name: string;
+  type: string;
   acronym: string;
   enterpriseCode: string;
   organizationCode: string;