From 092991fec504315c609ca69e00ea214e32401c05 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期六, 06 七月 2024 22:24:47 +0800 Subject: [PATCH] 优化实体 --- Tiger.Model.Net/Entitys/BAS/BAS_DFT_LOC.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Tiger.Model.Net/Entitys/BAS/BAS_DFT_LOC.cs b/Tiger.Model.Net/Entitys/BAS/BAS_DFT_LOC.cs index 301139f..152dae0 100644 --- a/Tiger.Model.Net/Entitys/BAS/BAS_DFT_LOC.cs +++ b/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 -- Gitblit v1.9.3