using Yi.Framework.Infrastructure.Ddd.Services; using Yi.Furion.Core.Bbs.Dtos.Plate; using Yi.Furion.Core.Bbs.Entities; namespace Yi.Furion.Application.Bbs.Services.Impl { /// /// Plate服务实现 /// public class PlateService : CrudAppService, IPlateService,IDynamicApiController,ITransient { } }