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