Explorar el Código

feat(types): user 添加 enterpriseID

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

+ 2 - 0
types/src/interface/user.ts

@@ -37,6 +37,7 @@ export interface IUsed {
 
 // user 表原始字段
 export interface IRawUser {
+  enterpriseID?: string;
   _id?: string;
   qq?: string;
   real_name?: string;
@@ -65,6 +66,7 @@ export interface IRawUser {
 
 // 返回给前端的字段
 export interface IUser {
+  enterpriseID?: string;
   ID?: string;
   qq?: string;
   realName?: string;