From 038774bf72742bc95bdd8f0370bdcfc024b08e72 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期四, 27 二月 2025 10:30:27 +0800 Subject: [PATCH] 优化实体 --- Tiger.Model.Net/Entitys/MES/MES_TOOL_PROP_HIS.cs | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Tiger.Model.Net/Entitys/MES/MES_TOOL_PROP_HIS.cs b/Tiger.Model.Net/Entitys/MES/MES_TOOL_PROP_HIS.cs index 623428b..83987e1 100644 --- a/Tiger.Model.Net/Entitys/MES/MES_TOOL_PROP_HIS.cs +++ b/Tiger.Model.Net/Entitys/MES/MES_TOOL_PROP_HIS.cs @@ -84,14 +84,14 @@ [DisplayName("工序编码")] public string OPER_CODE { get; set; } /// <summary> - /// 点检项目名称 + /// 工具属性名称 /// </summary> - [DisplayName("点检项目名称")] + [DisplayName("工具属性名称")] public string PROP_NAME { get; set; } /// <summary> - /// 变量值类型(0String字符串|1Integer整形|2Float浮点型|3DateTime日期时间) + /// 属性值类型(0String字符串|1Integer整形|2Float浮点型|3DateTime日期时间) /// </summary> - [DisplayName("变量值类型(0String字符串|1Integer整形|2Float浮点型|3DateTime日期时间)")] + [DisplayName("属性值类型(0String字符串|1Integer整形|2Float浮点型|3DateTime日期时间)")] public int VALUE_TYPE { get; set; } /// <summary> /// 默认值 @@ -138,7 +138,7 @@ */ /// <summary> - /// 枚举:变量值类型(0String字符串|1Integer整形|2Float浮点型|3DateTime日期时间) + /// 枚举:属性值类型(0String字符串|1Integer整形|2Float浮点型|3DateTime日期时间) /// </summary> public enum VALUE_TYPEs { -- Gitblit v1.9.3