diff --git a/WebSiteCode/Cmdjy/Cmdjy/Cmdjy.csproj b/WebSiteCode/Cmdjy/Cmdjy/Cmdjy.csproj index 834de0a..7694660 100644 --- a/WebSiteCode/Cmdjy/Cmdjy/Cmdjy.csproj +++ b/WebSiteCode/Cmdjy/Cmdjy/Cmdjy.csproj @@ -186,8 +186,9 @@ + - + diff --git a/WebSiteCode/Cmdjy/Cmdjy/Dal/Queryes/HisDrugQuery.cs b/WebSiteCode/Cmdjy/Cmdjy/Dal/Queryes/HisDrugQuery.cs index 991f579..176ceaf 100644 --- a/WebSiteCode/Cmdjy/Cmdjy/Dal/Queryes/HisDrugQuery.cs +++ b/WebSiteCode/Cmdjy/Cmdjy/Dal/Queryes/HisDrugQuery.cs @@ -1,14 +1,15 @@ using System; using System.Collections.Generic; -using System.Linq; -using System.Web; -using Cmdjy.Dal.Tables; +using System.Data.Entity; using System.Linq; using Cmdjy.Bll; -using System.Data.Entity; +using Cmdjy.Dal.Tables; namespace Cmdjy.Dal.Queryes { + /// + /// 对药品的数据查询接口 + /// public interface IHisDrugQuery:IDbQuery { IEnumerable GetDataByPrescriptionId(int pId);