|
|
|
@ -27,15 +27,15 @@ namespace Shentun.Peis.SumSuggestionHeaders |
|
|
|
/// <summary>
|
|
|
|
/// 医学解释
|
|
|
|
/// </summary>
|
|
|
|
public List<SumSuggestionContentData> MedicalInterpretations = new List<SumSuggestionContentData>(); |
|
|
|
public List<SumSuggestionContentData> MedicalInterpretations { get; set; } = new List<SumSuggestionContentData>(); |
|
|
|
/// <summary>
|
|
|
|
/// 常见原因
|
|
|
|
/// </summary>
|
|
|
|
public List<SumSuggestionContentData> CommonReasons = new List<SumSuggestionContentData>(); |
|
|
|
public List<SumSuggestionContentData> CommonReasons { get; set; } = new List<SumSuggestionContentData>(); |
|
|
|
/// <summary>
|
|
|
|
/// 健康指导
|
|
|
|
/// </summary>
|
|
|
|
public List<SumSuggestionContentData> HealthGuidances = new List<SumSuggestionContentData>(); |
|
|
|
public List<SumSuggestionContentData> HealthGuidances { get; set; } = new List<SumSuggestionContentData>(); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|