Explorar el Código

fix(types): enterpriseID

qinlaiqiao hace 5 años
padre
commit
1eb5546640
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      types/src/interface/user.ts

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

@@ -37,7 +37,7 @@ export interface IUsed {
 
 // user 表原始字段
 export interface IRawUser {
-  enterpriseIDs?: string;
+  enterpriseID?: string;
   _id?: string;
   qq?: string;
   real_name?: string;