浏览代码

fix(types): enterpriseID

qinlaiqiao 5 年之前
父节点
当前提交
1eb5546640
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;