From f862d5003ac180b79cd14478fd17dba1b4b28a82 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期三, 12 三月 2025 08:19:13 +0800 Subject: [PATCH] 1.采购入库优化 2.生产领料优化 3.生产不补料优化 --- entity/MesInvItemInCItems.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/entity/MesInvItemInCItems.cs b/entity/MesInvItemInCItems.cs index 50b649f..156c51b 100644 --- a/entity/MesInvItemInCItems.cs +++ b/entity/MesInvItemInCItems.cs @@ -170,5 +170,11 @@ [SugarColumn(ColumnName = "depot_id")] public string? DepotId { get; set; } + /// <summary> + /// 浠撳簱id + /// </summary> + [SugarColumn(ColumnName = "item_dabid")] + public string? itemDabid { get; set; } + [SugarColumn(ColumnName = "SUPP_ID")] public string? SuppId { get; set; } } \ No newline at end of file -- Gitblit v1.9.3