From 81407b9c6145e13bc3707abda250d29ab6972254 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期五, 09 五月 2025 15:52:58 +0800 Subject: [PATCH] 优化实体 --- Tiger.Model.Net/Entitys/MES/YadaU9/mes_ShipList.cs | 36 ++++++++++++++++++------------------ 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Tiger.Model.Net/Entitys/MES/YadaU9/mes_ShipList.cs b/Tiger.Model.Net/Entitys/MES/YadaU9/mes_ShipList.cs index 43df192..d6a8430 100644 --- a/Tiger.Model.Net/Entitys/MES/YadaU9/mes_ShipList.cs +++ b/Tiger.Model.Net/Entitys/MES/YadaU9/mes_ShipList.cs @@ -8,70 +8,70 @@ namespace Tiger.Model.MES.Yada { /// <summary> - /// 瀹炰綋锛歮es_ShipList + /// 实体:mes_ShipList /// </summary> [Serializable] [SugarTable("mes_ShipList")] public class mes_ShipList : iViewEntity { - #region 鏋勯�犲嚱鏁� + #region 构造函数 /// <summary> - /// 瀹炰綋锛歮es_ShipList + /// 实体:mes_ShipList /// </summary> public mes_ShipList() {} #endregion - #region 鍏叡灞炴�� + #region 公共属性 /// <summary> - /// + /// 出货单号 /// </summary> public string ShipDoc { get; set; } /// <summary> - /// + /// 工单号 /// </summary> public string MoDoc { get; set; } /// <summary> - /// + /// 状态 /// </summary> public int Status { get; set; } /// <summary> - /// + /// 组织ID /// </summary> public long Org { get; set; } /// <summary> - /// + /// 业务日期 /// </summary> public DateTime BusinessDate { get; set; } = DateTime.MinValue; /// <summary> - /// + /// 更新时间 /// </summary> public DateTime ModifiedOn { get; set; } = DateTime.MinValue; /// <summary> - /// + /// 出货数量 /// </summary> public double ShipQty { 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