新增返回结果字段

parent 920abacf
...@@ -14,5 +14,9 @@ public class HospitalResponse ...@@ -14,5 +14,9 @@ public class HospitalResponse
public string HosType { get; set; } public string HosType { get; set; }
public int States { get; set; } public int States { get; set; }
public int HasConfig { get; set; } public int HasConfig { get; set; }
public int IsOpenWorkYear { get; set; }
public int IsOpenDrugprop { get; set; }
public int IsOpenIncome { get; set; }
public int IsOpenDirector { get; set; }
} }
} }
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