namespace Tiobon.Core.IServices; /// /// 员工群组(自定义服务接口) /// public interface IGhre_StaffGroupServices : IBaseServices { Task> QueryStaff(long id, QueryBody filter, string condition, bool? IsEnable = true); }