|
|
|
@ -164,6 +164,7 @@ namespace Shentun.Peis.Models |
|
|
|
/// 疾病筛查类别
|
|
|
|
/// </summary>
|
|
|
|
[Column("disease_screening_type_id")] |
|
|
|
|
|
|
|
public Guid? DiseaseScreeningTypeId { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
@ -176,10 +177,14 @@ namespace Shentun.Peis.Models |
|
|
|
/// <summary>
|
|
|
|
/// 备孕期间禁止检查
|
|
|
|
/// </summary>
|
|
|
|
[MaxLength(1)] |
|
|
|
[Column("is_disable_prepare_pregnancy")] |
|
|
|
public char IsDisablePreparePregnancy { get; set; } |
|
|
|
/// <summary>
|
|
|
|
/// 怀孕期间禁止检查
|
|
|
|
/// </summary>
|
|
|
|
[MaxLength(1)] |
|
|
|
[Column("is_disable_pregnancy")] |
|
|
|
public char IsDisablePregnancy { get; set; } |
|
|
|
|
|
|
|
[Column("concurrency_stamp")] |
|
|
|
|