From e328deb435c326025f3b7a510011e69d0353e69c Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期二, 24 十二月 2024 10:47:03 +0800
Subject: [PATCH] 生产报工和生产超领的后台逻辑
---
entity/MesInvItemOutItems.cs | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/entity/MesInvItemOutItems.cs b/entity/MesInvItemOutItems.cs
index 6d4a2b3..0756b27 100644
--- a/entity/MesInvItemOutItems.cs
+++ b/entity/MesInvItemOutItems.cs
@@ -223,6 +223,11 @@
[SugarColumn(ColumnName = "item_dabid")]
public int? ItemDabid { get; set; }
+ /// <summary>
+ /// 搴旇鏄埌璐ф槑缁嗚〃鐨刧uid
+ /// </summary>
+ [SugarColumn(ColumnName = "about_Guid")]
+ public Guid? AboutGuid { get; set; }
[SugarColumn(IsIgnore = true)] public string? ItemName { get; set; }
--
Gitblit v1.9.3