Selaa lähdekoodia

feat(types): error

qinlaiqiao 5 vuotta sitten
vanhempi
commit
81dc02566e
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      types/src/interface/error.ts

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

@@ -55,6 +55,8 @@ export enum ErrNo {
   NO_ENTERPRISE_ACCOUNT = 1029,
   NO_ENTERPRISE_ACCOUNT = 1029,
   // 用户不属于该企业
   // 用户不属于该企业
   USER_NOT_BELONG_ENTERPRISE = 1030,
   USER_NOT_BELONG_ENTERPRISE = 1030,
+  // 用户已加入该企业
+  USER_ALREADY_IN_ENTERPRISE = 1031,
 
 
   /* 费用定额相关 2001 - 2999 */
   /* 费用定额相关 2001 - 2999 */
   COMPILATION_NOT_FOUND = 2001,
   COMPILATION_NOT_FOUND = 2001,