using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Yi.BBS.Application.Contracts.Exhibition.Dtos; using Yi.BBS.Application.Contracts.Exhibition.Dtos.Banner; using Yi.Framework.Ddd.Services.Abstract; namespace Yi.BBS.Application.Contracts.Exhibition { /// /// Banner抽象 /// public interface IBannerService : ICrudAppService { } }