Browse Source

危警值数据表

master
wxd 1 year ago
parent
commit
320071600a
  1. 2
      src/Shentun.Peis.Domain/Asbitems/Asbitem.cs
  2. 2
      src/Shentun.Peis.Domain/Items/Item.cs

2
src/Shentun.Peis.Domain/Asbitems/Asbitem.cs

@ -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; }

2
src/Shentun.Peis.Domain/Items/Item.cs

@ -166,6 +166,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>
@ -179,6 +180,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; }

Loading…
Cancel
Save