Commit df0aea33 by 799284587@qq.com

新增返回结果

parent 1821e17f
...@@ -105,5 +105,10 @@ public class DoctorResponse ...@@ -105,5 +105,10 @@ public class DoctorResponse
/// 实发绩效 /// 实发绩效
/// </summary> /// </summary>
public Nullable<decimal> RealGiveFee { get; set; } public Nullable<decimal> RealGiveFee { get; set; }
/// <summary>
/// 备注
/// </summary>
public string Remark { get; set; }
} }
} }
...@@ -105,5 +105,10 @@ public class NurseResponse ...@@ -105,5 +105,10 @@ public class NurseResponse
/// 实发绩效 /// 实发绩效
/// </summary> /// </summary>
public Nullable<decimal> RealGiveFee { get; set; } public Nullable<decimal> RealGiveFee { get; set; }
/// <summary>
/// 备注
/// </summary>
public string Remark { 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