using HL_FristAidPlatform_Help;
using HL_FristAidPlatform_Help.Model;
using HL_FristAidPlatform_Models;
using HL_FristAidPlatform_Models.Sercice;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HL_FristAidPlatform_IDataBase.Service
{
public interface IT_Service_Apoplexy_FollowUpAndHealthInfo
{
#region 成员方法
///
/// 增加一条数据
///
T_Service_Apoplexy_FollowUpAndHealthInfo Add(T_Service_Apoplexy_FollowUpAndHealthInfo model);
///
/// 更新一条数据
///
int Update(T_Service_Apoplexy_FollowUpAndHealthInfo model);
///
/// 获取单个数据
///
T_Service_Apoplexy_FollowUpAndHealthInfo GetByPatientGuid(string PatientGuid);
///
/// 仅更新赋值字段
///
///
///
int UpdateNotNullColumns(T_Service_Apoplexy_FollowUpAndHealthInfo model);
TableModel GetByPatientGuid1(string PatientGuid);
#endregion
}
}