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