소스 검색

fix(types): 企业信息新增memberTotal属性

lishihao 4 년 전
부모
커밋
c57ffc9075
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      types/src/interface/institution.ts

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

@@ -12,6 +12,7 @@ export interface IInstitution {
   legalPerson: string;
   idCard: string;
   institutionAcountTotal: string;
+  memberTotal: string;
   createdTime: string;
   manager: {
     ID: string;