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