浏览代码

style(types): skip

qinlaiqiao 5 年之前
父节点
当前提交
661a64cf6d
共有 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 {
-  enterpriseID?: string;
+  enterpriseIDs?: string;
   _id?: string;
   qq?: string;
   real_name?: string;