服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
6 天以前 f8be4db0be9e9de5830dd41f7d156c368a1ea43f
Tiger.Model.Net/Entitys/MES/MES_TOOL_PROP.cs
@@ -29,19 +29,19 @@
      [DisplayName("工具编码")]
      public string TOOL_CODE { get; set; }
      /// <summary>
      /// 点检项目名称
      /// 工具属性名称
      /// </summary>
      [DisplayName("点检项目名称")]
      [DisplayName("工具属性名称")]
      public string PROP_NAME { get; set; }
      /// <summary>
      /// 变量的控件
      /// 展示的控件
      /// </summary>
      [DisplayName("变量的控件")]
      [DisplayName("展示的控件")]
      public string PROP_CONTROL { 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>
      /// 是否只读(Y/N)
@@ -118,7 +118,7 @@
      */
      /// <summary>
      /// 枚举:变量值类型(0String字符串|1Integer整形|2Float浮点型|3DateTime日期时间)
      /// 枚举:属性值类型(0String字符串|1Integer整形|2Float浮点型|3DateTime日期时间)
      /// </summary>
      public enum VALUE_TYPEs
      {