namespace Tiobon.Core.IServices; /// /// 年度人力申请(自定义服务接口) /// public interface IGhrh_YearHumanApplyOrderServices : IBaseServices { Task> QueryByWorkId(int objId); }