服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-04-27 cc3df152b3d12c03ae14489bcca3ab8a11db7931
Tiger.Model.Net/Entitys/MES/MES_ROUTE_NODE.cs
@@ -78,17 +78,23 @@
      /// 备注
      /// </summary>
      public string REMARK { get; set; }
      #endregion
        #endregion
      #region 虚拟属性
      /*例子
        #region 虚拟属性
        /*例子
      [SugarColumn(IsIgnore = true)]
      public string FieldName { get; set; }
      */
      #endregion
      #region 枚举变量
      /*例子
      /// <summary>
      /// 节点
      /// </summary>
        [SugarColumn(IsIgnore = true)]
        public node node { get; set; }
        #endregion
        #region 枚举变量
        /*例子
      public enum FieldNames
      {
         [Description("枚举描述0")]
@@ -97,11 +103,11 @@
         Enum1,
      }
      */
      #endregion
        #endregion
      #region 公共方法
        #region 公共方法
      #endregion
        #endregion
   }//endClass
    }//endClass
}