From ed903443d28d390401904427bd1c1befaade33bb Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期二, 18 三月 2025 10:16:46 +0800 Subject: [PATCH] 优化清点逻辑again --- Tiger.Model.Net/Entitys/MES/YadaU9/mes_BomMaster.cs | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Tiger.Model.Net/Entitys/MES/YadaU9/mes_BomMaster.cs b/Tiger.Model.Net/Entitys/MES/YadaU9/mes_BomMaster.cs index ecee9d2..5a3a216 100644 --- a/Tiger.Model.Net/Entitys/MES/YadaU9/mes_BomMaster.cs +++ b/Tiger.Model.Net/Entitys/MES/YadaU9/mes_BomMaster.cs @@ -23,39 +23,39 @@ #region 公共属性 /// <summary> - /// + /// BOMID /// </summary> public long ID { get; set; } /// <summary> - /// + /// 组织 /// </summary> public long Org { get; set; } /// <summary> - /// + /// 料品 /// </summary> public string ItemMasterCode { get; set; } /// <summary> - /// + /// 料品名称 /// </summary> public string ItemMasterName { get; set; } /// <summary> - /// + /// 失效日期 /// </summary> public DateTime EffectiveDate { get; set; } = DateTime.MinValue; /// <summary> - /// + /// 失效日期 /// </summary> public DateTime DisableDate { get; set; } = DateTime.MinValue; /// <summary> - /// + /// 生产单位 /// </summary> public string ProductUOM { get; set; } /// <summary> - /// + /// 创建时间 /// </summary> public DateTime CreatedOn { get; set; } = DateTime.MinValue; /// <summary> - /// + /// 更新时间 /// </summary> public DateTime ModifiedOn { get; set; } = DateTime.MinValue; #endregion -- Gitblit v1.9.3