Procházet zdrojové kódy

feat(types): 修改类型定义

jack ma před 3 roky
rodič
revize
30cc56f375
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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;