服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-04-19 adec0d2313af68eb9b2cd143b22cfe7501494296
Tiger.Model.Net/Entitys/BAS/BAS_DFT_LOC.cs
@@ -10,6 +10,7 @@
   /// 实体:缺陷位置
   /// </summary>
   [Description("Primary:ID")]
   [DisplayName("缺陷位置")]
   [Serializable]
   [SugarTable("BAS_DFT_LOC")]
   public class BAS_DFT_LOC : DbEntityWithAuth
@@ -25,14 +26,17 @@
      /// <summary>
      /// 缺陷位置编码
      /// </summary>
      [DisplayName("缺陷位置编码")]
      public string LOC_CODE { get; set; }
      /// <summary>
      /// 缺陷位置名称
      /// </summary>
      [DisplayName("缺陷位置名称")]
      public string LOC_NAME { get; set; }
      /// <summary>
      /// 备注
      /// </summary>
      [DisplayName("备注")]
      public string REMARK { get; set; }
      #endregion