using Yi.Framework.Infrastructure.Ddd.Services.Abstract; using Yi.Furion.Rbac.Application.System.Dtos.Dept; namespace Yi.Furion.Rbac.Application.System.Services { /// /// Dept服务抽象 /// public interface IDeptService : ICrudAppService { } }