namespace Tiobon.Core.IServices; /// /// 必选修规则(自定义服务接口) /// public interface IGhre_StudyRuleServices : IBaseServices { Task StaffIn(); }