From 29c58a44a8f725637e7b18fbfc2dc826ba430561 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期五, 19 九月 2025 23:15:22 +0800 Subject: [PATCH] 1.委外领料申请(未完成) 2.物料分区 --- entity/MesItemTblDetail.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/entity/MesItemTblDetail.cs b/entity/MesItemTblDetail.cs index 5a32b40..84583cb 100644 --- a/entity/MesItemTblDetail.cs +++ b/entity/MesItemTblDetail.cs @@ -95,6 +95,12 @@ [SugarColumn(ColumnName = "tld012")] public int? Tld012 { get; set; } + /// <summary> + /// dabid + /// </summary> + [SugarColumn(ColumnName = "tld013")] + public string? Tld013 { get; set; } + [SugarColumn(IsIgnore = true)] public string? BillNo { get; set; } [SugarColumn(IsIgnore = true)] public string? ItemNo { get; set; } -- Gitblit v1.9.3