namespace Tiobon.Core.IServices;
///
/// Ghre_Teacher(自定义服务接口)
///
public interface IGhre_TeacherServices : IBaseServices
{
Task UpdateStatus(InsertGhre_TeacherInput input, string status);
Task> InsertByStatus(InsertGhre_TeacherInput insertModel, string status);
Task Ushio_Sync();
}