update Enum

This commit is contained in:
2021-05-18 09:35:25 +08:00
parent 31b5a1f5b7
commit ba649b9257

View File

@@ -362,5 +362,11 @@ namespace Ewide.Core
/// </summary>
[ErrorCodeItemMetadata("检测数据不存在")]
xg1002,
/// <summary>
/// 网络错误
/// </summary>
[ErrorCodeItemMetadata("服务器网络错误")]
xg1100,
}
}