服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-06-09 ac71139a166ae51467014482c7642a184886b3a2
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