From 5bbeade86d6266febdec3fd7e792dac7c43f9c94 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期五, 09 五月 2025 09:46:30 +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