2024-08-08 22:23:36 +08:00
|
|
|
|
namespace Bunny.Dao.Result.Constant;
|
|
|
|
|
|
2024-08-10 18:11:48 +08:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// 发生时的错误敞亮
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static class ErrorConstant
|
2024-08-08 22:23:36 +08:00
|
|
|
|
{
|
2024-08-10 18:11:48 +08:00
|
|
|
|
public static readonly string ValidateCodeError = "输入验证码错误";
|
2024-08-08 22:23:36 +08:00
|
|
|
|
}
|