namespace Tiobon.Core.IServices; /// /// 年度人力配置(自定义服务接口) /// public interface IGhrh_YearHumanSettingsServices : IBaseServices { Task>> QueryApplyColumn(int curentYear, int langId); }