From af9dba652725f40583835c75118bb7f6c411a80f Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期四, 13 三月 2025 14:15:56 +0800 Subject: [PATCH] 更新实体 --- Tiger.Model.Net/Entitys/MES/YadaU9/mes_MiscRcvTrans.cs | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Tiger.Model.Net/Entitys/MES/YadaU9/mes_MiscRcvTrans.cs b/Tiger.Model.Net/Entitys/MES/YadaU9/mes_MiscRcvTrans.cs index 1d491c5..85a2f24 100644 --- a/Tiger.Model.Net/Entitys/MES/YadaU9/mes_MiscRcvTrans.cs +++ b/Tiger.Model.Net/Entitys/MES/YadaU9/mes_MiscRcvTrans.cs @@ -23,51 +23,51 @@ #region 公共属性 /// <summary> - /// + /// 组织 /// </summary> public long Org { get; set; } /// <summary> - /// + /// 单头ID /// </summary> public long MiscRcvTransID { get; set; } /// <summary> - /// + /// 单据编码 /// </summary> public string DocNo { get; set; } /// <summary> - /// + /// 单据类型编码 /// </summary> public string MiscRcvDocType { get; set; } /// <summary> - /// + /// 单据类型名称 /// </summary> public string MiscRcvDocTypeName { get; set; } /// <summary> - /// + /// 业务日期 /// </summary> public DateTime BusinessDate { get; set; } = DateTime.MinValue; /// <summary> - /// + /// 单据状态 /// </summary> public int Status { get; set; } /// <summary> - /// + /// 单据状态名称 /// </summary> public string StatusName { get; set; } /// <summary> - /// + /// 创建人 /// </summary> public string CreatedBy { get; set; } /// <summary> - /// + /// 创建时间 /// </summary> public DateTime CreatedOn { get; set; } = DateTime.MinValue; /// <summary> - /// + /// 更新人 /// </summary> public string ModifiedBy { get; set; } /// <summary> - /// + /// 更新时间 /// </summary> public DateTime ModifiedOn { get; set; } = DateTime.MinValue; #endregion -- Gitblit v1.9.3