using Newtonsoft.Json.Linq;
using Tiobon.Core.IServices.BASE;
using Tiobon.Core.Model;
using Tiobon.Core.Model.Models;
namespace Tiobon.Core.IServices
{
///
/// 考核期间(自定义服务接口)
///
public interface IGhrp_PerformancePeriodServices :IBaseServices
{
Task BatchCreatePeriod(JObject jsonParam);
}
}