using System;
using System.Collections.Generic;
using System.Linq;
using SOH.Data;
using System.Text;
using SOH.Entities;
namespace SOH.BLL
{
public interface ITjtmdy
{
///
/// 根据分店代码和单位名称获取体检单位信息
///
///
///
///
List GetTjdwForTmdy(short fddm, string dwmc);
}
}