Commit 32495d57 by lcx

返回列头

parent 79216817
using System; using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
...@@ -8,8 +9,6 @@ public class ConditionRequest ...@@ -8,8 +9,6 @@ public class ConditionRequest
{ {
public int HospitalId { get; set; } public int HospitalId { get; set; }
public int GroupId { get; set; }
public int ReportId { get; set; } public int ReportId { get; set; }
public int[] Year { get; set; } public int[] Year { get; set; }
...@@ -36,7 +35,7 @@ public class TableData ...@@ -36,7 +35,7 @@ public class TableData
{ {
public List<Column> Columns { get; set; } public List<Column> Columns { get; set; }
public string Data { get; set; } public JArray Data { get; set; }
} }
public class Column public class Column
......
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