namespace Tiobon.Core.IServices; /// /// 岗位技能_宝连通(自定义服务接口) /// public interface IGhre_TitleSkill_BoltoneServices : IBaseServices { Task QueryMatrix(QueryBody filter); }