|
|
@ -194,6 +194,7 @@ namespace Shentun.Peis.Models |
|
|
/// 是否启用危急值函数 Y N
|
|
|
/// 是否启用危急值函数 Y N
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
[Column("is_critical_value_function")] |
|
|
[Column("is_critical_value_function")] |
|
|
|
|
|
[MaxLength(1)] |
|
|
public char IsCriticalValueFunction { get; set; } |
|
|
public char IsCriticalValueFunction { get; set; } |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
@ -207,6 +208,7 @@ namespace Shentun.Peis.Models |
|
|
/// 是否启用随访函数 Y N
|
|
|
/// 是否启用随访函数 Y N
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
[Column("is_follow_up_function")] |
|
|
[Column("is_follow_up_function")] |
|
|
|
|
|
[MaxLength(1)] |
|
|
public char IsFollowUpFunction { get; set; } |
|
|
public char IsFollowUpFunction { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|