namespace Tiobon.Core.IServices;
///
/// 【牛尾】培训计划(自定义服务接口)
///
public interface IGhre_UshioPlanServices : IBaseServices
{
Task> InsertByStatus(InsertGhre_UshioPlanInput insertModel, string status);
Task UpdateStatus(InsertGhre_UshioPlanInput input, string status);
}