浏览代码

Merge branch 'master' of http://192.168.1.41:3000/SmartCost/SCCommon

vian 4 年之前
父节点
当前提交
e7994e0bea
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      types/src/interface/error.ts

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

@@ -47,6 +47,8 @@ export enum ErrNo {
   LOCATION_ERROR = 1025,
   LOCATION_ERROR = 1025,
   // 数据为空
   // 数据为空
   DATA_EMPTY_ERROR = 1026,
   DATA_EMPTY_ERROR = 1026,
+  // 尚未登录任何企业版
+  NOT_LOGIN_ENTERPRISE = 1027,
 
 
   /* 费用定额相关 2001 - 2999 */
   /* 费用定额相关 2001 - 2999 */
   COMPILATION_NOT_FOUND = 2001,
   COMPILATION_NOT_FOUND = 2001,