Commit da6e5f78 authored by 吴春's avatar 吴春

提交代码

parent f21bee0d
...@@ -16,6 +16,11 @@ namespace Edu.Common.Enum.System ...@@ -16,6 +16,11 @@ namespace Edu.Common.Enum.System
/// 订单下单失败通知 /// 订单下单失败通知
/// </summary> /// </summary>
[EnumField("订单下单失败通知")] [EnumField("订单下单失败通知")]
OrderFail = 2 OrderFail = 2,
/// <summary>
/// 发送验证码
/// </summary>
[EnumField("发送验证码")]
SendCode = 3
} }
} }
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