فهرست منبع

Merge branch 'master' of http://192.168.1.41:3000/SmartCost/SCCommon

zhangweicheng 3 سال پیش
والد
کامیت
79b1af65fb
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[];
   }