服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-03-11 b9367c7d3ac63d5910a11865e3dcc2413c2140f5
Tiger.Model.Net/Entitys/MES/YadaU9/mes_Mo.cs
@@ -8,20 +8,20 @@
namespace Tiger.Model.MES.Yada
{
   /// <summary>
   /// 实体:mes_Mo
   /// 实体:mes_Mo
   /// </summary>
   [Serializable]
   [SugarTable("mes_Mo")]
   public class mes_Mo : iViewEntity
   {
      #region 构造函数
      #region 构造函数
      /// <summary>
      /// 实体:mes_Mo
      /// 实体:mes_Mo
      /// </summary>
      public mes_Mo() {}
      #endregion
      #region 公共属性
      #region 公共属性
      /// <summary>
      /// 
      /// </summary>
@@ -41,7 +41,7 @@
      /// <summary>
      /// 
      /// </summary>
      public decimal ProductQty { get; set; }
      public double ProductQty { get; set; }
      /// <summary>
      /// 
      /// </summary>
@@ -114,28 +114,32 @@
      /// 
      /// </summary>
      public string Contracts { get; set; }
      /// <summary>
      ///
      /// </summary>
      public int BusinessType { get; set; }
      #endregion
      #region 虚拟属性
      /*例子
      #region 虚拟属性
      /*例子
      [SugarColumn(IsIgnore = true)]
      public string FieldName { get; set; }
      */
      #endregion
      #region 枚举变量
      /*例子
      #region 枚举变量
      /*例子
      public enum FieldNames
      {
         [Description("枚举描述0")]
         [Description("枚举描述0")]
         Enum0,
         [Description("枚举描述1")]
         [Description("枚举描述1")]
         Enum1,
      }
      */
      #endregion
      #region 公共方法
      #region 公共方法
      #endregion