From f144de3b14ef263e8f58bafc400419d35b4fa0f2 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期三, 26 三月 2025 17:46:33 +0800 Subject: [PATCH] 更新U9实体 --- Tiger.Model.Net/Entitys/MES/YadaU9/mes_WhLotCodeQtyInfo.cs | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Tiger.Model.Net/Entitys/MES/YadaU9/mes_WhLotCodeQtyInfo.cs b/Tiger.Model.Net/Entitys/MES/YadaU9/mes_WhLotCodeQtyInfo.cs index c202671..66bb1ab 100644 --- a/Tiger.Model.Net/Entitys/MES/YadaU9/mes_WhLotCodeQtyInfo.cs +++ b/Tiger.Model.Net/Entitys/MES/YadaU9/mes_WhLotCodeQtyInfo.cs @@ -8,20 +8,20 @@ namespace Tiger.Model.MES.Yada { /// <summary> - /// 实体:mes_WhLotCodeQtyInfo + /// 瀹炰綋锛歮es_WhLotCodeQtyInfo /// </summary> [Serializable] [SugarTable("mes_WhLotCodeQtyInfo")] public class mes_WhLotCodeQtyInfo : iViewEntity { - #region 构造函数 + #region 鏋勯�犲嚱鏁� /// <summary> - /// 实体:mes_WhLotCodeQtyInfo + /// 瀹炰綋锛歮es_WhLotCodeQtyInfo /// </summary> public mes_WhLotCodeQtyInfo() {} #endregion - #region 公共属性 + #region 鍏叡灞炴�� /// <summary> /// /// </summary> @@ -46,7 +46,7 @@ /// <summary> /// /// </summary> - public decimal StoreQty { get; set; } + public double StoreQty { get; set; } /// <summary> /// /// </summary> @@ -61,26 +61,26 @@ public string SapCode { 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 -- Gitblit v1.9.3