namespace Tiobon.Core.IServices; /// /// 招聘参数配置组(自定义服务接口) /// public interface IGhrh_ConfigGroupServices : IBaseServices { Task BulkUpdateValue(List entitys); }