服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-04-01 08343d90d3aa73dd5ec89aaf7b3815e22eba0eb1
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