using System.Threading.Tasks; namespace NCC.Extend.Interfaces.TbTest { public interface ITbTestService { /// /// 获取测试列表 /// /// 参数 /// Task GetInfo(string id); } }