Commit 8a1844e5 by 1391696987

每月绩效汇报表

parent ede57428
......@@ -2331,18 +2331,20 @@
每月报表
</summary>
</member>
<member name="M:Performance.Api.Controllers.StatisticsController.GetInfo(System.Int32)">
<member name="M:Performance.Api.Controllers.StatisticsController.GetInfo(System.Int32,System.Int32)">
<summary>
查询报表信息
</summary>
<param name="statisticsId"></param>
<param name="hospitalID"></param>
<returns></returns>
</member>
<member name="M:Performance.Api.Controllers.StatisticsController.GetSelectionRecord(System.Int32)">
<member name="M:Performance.Api.Controllers.StatisticsController.GetSelectionRecord(System.Int32,System.Int32)">
<summary>
查询报表查询记录
</summary>
<param name="statisticsId"></param>
<param name="hospitalID"></param>
<returns></returns>
</member>
<member name="M:Performance.Api.Controllers.StatisticsController.SaveSelectionRecord(Performance.EntityModels.report_statistics_selection_record)">
......
......@@ -63,6 +63,7 @@ public class StatisticsSelectionDto
public class StatisticsQuery
{
public int HospitalID { get; set; }
public int StatisticsID { get; set; }
/// <summary>
/// 结果返回用途 首次查询 0 用于比对 1 用于对比
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment