服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-04-27 cc3df152b3d12c03ae14489bcca3ab8a11db7931
Tiger.Model.Net/Entitys/MES/MES_ROUTE_EDGE.cs
@@ -74,17 +74,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 edge edge { get; set; }
        #endregion
        #region 枚举变量
        /*例子
      public enum FieldNames
      {
         [Description("枚举描述0")]
@@ -93,11 +99,11 @@
         Enum1,
      }
      */
      #endregion
        #endregion
      #region 公共方法
        #region 公共方法
      #endregion
        #endregion
   }//endClass
    }//endClass
}