update 更新ui和增加视觉模块
This commit is contained in:
14
Expection.py
14
Expection.py
@ -1,3 +1,13 @@
|
||||
from enum import Enum
|
||||
class ErrorCode(Enum):
|
||||
NETERROR = 404 #网络异常
|
||||
class Error_Code(Enum):
|
||||
SYS_SUCCESS = 100
|
||||
SYS_NETERROR = 104 #网络异常
|
||||
|
||||
|
||||
class VisionError_Code(Enum):
|
||||
CAMERA_SUCCESS = 200
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user