Tiger.Model.Net/Entitys/BAS/BAS_REASON_GRP.cs
@@ -10,6 +10,7 @@ /// 实体:不良原因组 /// </summary> [Description("Primary:ID")] [DisplayName("不良原因组")] [Serializable] [SugarTable("BAS_REASON_GRP")] public class BAS_REASON_GRP : DbEntityWithAuth @@ -25,14 +26,17 @@ /// <summary> /// 不良原因组编码 /// </summary> [DisplayName("不良原因组编码")] public string RSNG_CODE { get; set; } /// <summary> /// 不良原因组名称 /// </summary> [DisplayName("不良原因组名称")] public string RSNG_NAME { get; set; } /// <summary> /// 备注 /// </summary> [DisplayName("备注")] public string REMARK { get; set; } #endregion