using NetAdmin.Domain.Dto.Dependency; using NetAdmin.Domain.Dto.Tpl.Example; namespace NetAdmin.Application.Modules.Tpl; /// /// 示例模块 /// public interface IExampleModule : ICrudModule;