服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-02-24 b4ea9a535c631a08a7e1b63f7bcf993338e673bc
Tiger.Model.Net/Entitys/MES/BIZ_MES_WO_BATCH.cs
@@ -69,6 +69,11 @@
        [DisplayName("实际线体")]
        public string ACT_LINE { get; set; }
        /// <summary>
      /// 计划日期
      /// </summary>
      [DisplayName("计划日期")]
        public DateTime PLAN_DATE { get; set; } = DateTime.MinValue;
        /// <summary>
        /// 实际开始时间
        /// </summary>
        [DisplayName("实际开始时间")]
@@ -158,8 +163,13 @@
        #region 虚拟属性
        /*例子
      [SugarColumn(IsIgnore = true)]
      public string FieldName { get; set; }
      public string FieldName { get; set; }
      */
        [SugarColumn(IsIgnore = true)]
        public string VALIDATION_TYPE { get; set; }
        [SugarColumn(IsIgnore = true)]
        public string VALIDATION_RESULT { get; set; }
        #endregion
        #region 外键属性