Sfoglia il codice sorgente

feat(types): error

qinlaiqiao 5 anni fa
parent
commit
7019ea3311
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      types/src/interface/error.ts

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

@@ -49,6 +49,8 @@ export enum ErrNo {
   DATA_EMPTY_ERROR = 1026,
   // 尚未登录任何企业版
   NOT_LOGIN_ENTERPRISE = 1027,
+  // 企业不存在
+  ENTERPRISE_NOT_EXIST = 1028,
 
   /* 费用定额相关 2001 - 2999 */
   COMPILATION_NOT_FOUND = 2001,