namespace Bunny.Dao.Entity.Result.Constant; public class SuccessConstant { public static readonly string Success = "操作成功"; }