From 21cce90e8d660954f0b89bfe25b9f5218dcbaacd Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期一, 12 五月 2025 00:32:34 +0800 Subject: [PATCH] 退料单(U9)上架事务 --- 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