From b4ea9a535c631a08a7e1b63f7bcf993338e673bc Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期一, 24 二月 2025 16:16:03 +0800 Subject: [PATCH] 实体更新 --- Tiger.Model.Net/Entitys/MES/YadaU9/mes_WhLotCodeQtyInfo.cs | 49 ++++++++++++++++++++++++++----------------------- 1 files changed, 26 insertions(+), 23 deletions(-) diff --git a/Tiger.Model.Net/Entitys/MES/YadaU9/mes_WhLotCodeQtyInfo.cs b/Tiger.Model.Net/Entitys/MES/YadaU9/mes_WhLotCodeQtyInfo.cs index 23c9483..a34a14e 100644 --- a/Tiger.Model.Net/Entitys/MES/YadaU9/mes_WhLotCodeQtyInfo.cs +++ b/Tiger.Model.Net/Entitys/MES/YadaU9/mes_WhLotCodeQtyInfo.cs @@ -7,11 +7,10 @@ namespace Tiger.Model.MES.Yada { - /// <summary> - /// 实体:mes_WhLotCodeQtyInfo - /// </summary> - [Description("Primary:LotCode")] - [Serializable] + /// <summary> + /// 实体:mes_WhLotCodeQtyInfo + /// </summary> + [Serializable] [SugarTable("mes_WhLotCodeQtyInfo")] public class mes_WhLotCodeQtyInfo : iViewEntity { @@ -43,25 +42,29 @@ /// /// </summary> public decimal StoreQty { get; set; } - /// <summary> - /// - /// </summary> - [SugarColumn(IsPrimaryKey = true)] - public string ID { get; set; } - public string LotCode { get; set; } - public string Description { get; set; } - public string SapCode { get; set; } - #endregion + /// <summary> + /// + /// </summary> + public string LotCode { get; set; } + /// <summary> + /// + /// </summary> + public string Description { get; set; } + /// <summary> + /// + /// </summary> + public string SapCode { get; set; } + #endregion - #region 虚拟属性 - /*例子 + #region 虚拟属性 + /*例子 [SugarColumn(IsIgnore = true)] public string FieldName { get; set; } */ - #endregion + #endregion - #region 枚举变量 - /*例子 + #region 枚举变量 + /*例子 public enum FieldNames { [Description("枚举描述0")] @@ -70,11 +73,11 @@ Enum1, } */ - #endregion + #endregion - #region 公共方法 + #region 公共方法 - #endregion + #endregion - }//endClass + }//endClass } \ No newline at end of file -- Gitblit v1.9.3