namespace Tiobon.Core.IServices; /// /// Ghra_Staff(自定义服务接口) /// public interface IGhra_StaffServices : IBaseServices { Task> QuerySimple(int id); Task> QueryEmail(int id); }