Parcourir la source

style(types): skip

qinlaiqiao il y a 5 ans
Parent
commit
661a64cf6d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 {
-  enterpriseID?: string;
+  enterpriseIDs?: string;
   _id?: string;
   qq?: string;
   real_name?: string;