Explorar o código

feat(types): user ssoid改为number

vian %!s(int64=2) %!d(string=hai) anos
pai
achega
c1fd8a1550
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      types/src/interface/user.ts

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

@@ -66,7 +66,7 @@ export interface IUserArea {
 
 export interface IUser {
   ID: string;
-  ssoID: string;
+  ssoID: number;
   mobile: string;
   realName: string;
   email?: string;