Commit f21bee0d authored by 吴春's avatar 吴春

提交代码

parent b3bffeb0
...@@ -44,5 +44,13 @@ ...@@ -44,5 +44,13 @@
/// 不在打卡范围 /// 不在打卡范围
/// </summary> /// </summary>
NotInCardRange = 20001, NotInCardRange = 20001,
/// <summary>
/// 账号未激活
/// </summary>
AccountNotActivation = 10007,
/// <summary>
/// 绑定账号
/// </summary>
AccountBind = 10008,
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment