From ce097c93db27e8b7093d9b17b465cf3159249d8d Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 30 四月 2025 17:20:34 +0800 Subject: [PATCH] 来料打印增加导航 --- Tiger.Model.Net/Entitys/WMS/BIZ_U9_ASN_DTL.cs | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Tiger.Model.Net/Entitys/WMS/BIZ_U9_ASN_DTL.cs b/Tiger.Model.Net/Entitys/WMS/BIZ_U9_ASN_DTL.cs index c942065..fb726e1 100644 --- a/Tiger.Model.Net/Entitys/WMS/BIZ_U9_ASN_DTL.cs +++ b/Tiger.Model.Net/Entitys/WMS/BIZ_U9_ASN_DTL.cs @@ -163,10 +163,15 @@ /// </summary> [DisplayName("澶囨敞")] public string REMARK { get; set; } - #endregion + /// <summary> + /// 杩芥函淇℃伅 + /// </summary> + [DisplayName("杩芥函淇℃伅")] + public string TRACE_INFO { get; set; } + #endregion - #region 铏氭嫙灞炴�� - /*渚嬪瓙 + #region 铏氭嫙灞炴�� + /*渚嬪瓙 [SugarColumn(IsIgnore = true)] public string FieldName { get; set; } */ -- Gitblit v1.9.3