服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-06-13 fa1be5dfce8ad7c956cc9329174fad068c58a458
Tiger.Model.Net/Entitys/BAS/BAS_DEFECT_GRP.cs
@@ -10,6 +10,7 @@
   /// 实体:不良代码组
   /// </summary>
   [Description("Primary:ID")]
   [DisplayName("不良代码组")]
   [Serializable]
   [SugarTable("BAS_DEFECT_GRP")]
   public class BAS_DEFECT_GRP : DbEntityWithAuth
@@ -25,14 +26,17 @@
      /// <summary>
      /// 不良代码组编码
      /// </summary>
      [DisplayName("不良代码组编码")]
      public string DFTG_CODE { get; set; }
      /// <summary>
      /// 不良代码组名称
      /// </summary>
      [DisplayName("不良代码组名称")]
      public string DFTG_NAME { get; set; }
      /// <summary>
      /// 备注
      /// </summary>
      [DisplayName("备注")]
      public string REMARK { get; set; }
      #endregion