Explorar el Código

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

lishihao hace 4 años
padre
commit
c57ffc9075
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;