瀏覽代碼

feat(types): 修正主体已被使用问题

caipin 3 年之前
父節點
當前提交
8e4e3f4ebc
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      types/src/interface/index.ts
  2. 1 1
      types/src/interface/subject.ts

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

@@ -28,4 +28,4 @@ export * from './process';
 export * from './structure';
 export * from './editLog';
 export * from './institutionRole';
-export * from './subject';
+export * from './subjectUnit';

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

@@ -1,5 +1,5 @@
 
-export interface ISubject {
+export interface ISubjectUnit {
     ID: string;
     institutionIDs: string[];
   }