using Bunny.Dao.Models.System; namespace Bunny.Service.IService; public interface IBlogService { /// /// 添加Blog /// /// void AddBlog(Blog dto); }