|
|
@ -21,6 +21,9 @@ namespace Shentun.WebPeis.QuestionRegisters |
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
|
public int DisplayOrder { get; set; } |
|
|
public int DisplayOrder { get; set; } |
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 风险级别
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
|
public string DiseaseRiskLevelName { get; set; } |
|
|
public string DiseaseRiskLevelName { get; set; } |
|
|
} |
|
|
} |
|
|
|