From ecfbe5ea628de435225aa26c4c7f5e1d9c549cc9 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期六, 17 五月 2025 10:38:49 +0800 Subject: [PATCH] 1.其他出入库问题优化 2.携客云送货单明细数据接通 --- entity/MesItemTblDetail.cs | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/entity/MesItemTblDetail.cs b/entity/MesItemTblDetail.cs index 7ed7db8..84583cb 100644 --- a/entity/MesItemTblDetail.cs +++ b/entity/MesItemTblDetail.cs @@ -95,11 +95,15 @@ [SugarColumn(ColumnName = "tld012")] public int? Tld012 { get; set; } - [SugarColumn(IsIgnore = true)] - public string? BillNo { get; set; } + /// <summary> + /// dabid + /// </summary> + [SugarColumn(ColumnName = "tld013")] + public string? Tld013 { get; set; } - [SugarColumn(IsIgnore = true)] - public string? ItemNo { get; set; } + [SugarColumn(IsIgnore = true)] public string? BillNo { get; set; } + + [SugarColumn(IsIgnore = true)] public string? ItemNo { get; set; } /// <summary> /// 鐗╂枡鍚嶇О @@ -107,6 +111,5 @@ [SugarColumn(IsIgnore = true)] public string? ItemName { get; set; } - [SugarColumn(IsIgnore = true)] - public string ItemModel { get; set; } + [SugarColumn(IsIgnore = true)] public string ItemModel { get; set; } } \ No newline at end of file -- Gitblit v1.9.3