feat: modbus错误码

添加modbus错误码
master
ZOUZDC 2024-05-14 12:16:20 +08:00
parent d6c6372eb3
commit 027257f560
1 changed files with 3 additions and 0 deletions

View File

@ -113,6 +113,9 @@ public enum ErrCode implements IEnum {
FILE_NAME_IS_NULL(50000035, "文件名为空,获取文件名失败"),
PRODUCT_KEY_EXIST(50000036, "ProductKey已存在"),
DATA_ALREADY(50000037, "记录已存在"),
TEMPLATE_NAME_ALREADY(50000038, "模版名称已存在"),
RELATED_PRODUCTS_EXIST(50000039, "存在关联产品"),
TENANT_NOT_FOUND(50001001, "租户不存在"),
TENANT_DISABLE(50001002, "租户已禁用"),