namespace Bunny.Dao.Result.Constant; /// /// 发生时的错误敞亮 /// public static class ErrorConstant { public static readonly string ValidateCodeError = "输入验证码错误"; }