From 8685c8e96eeeaa262044f0fdc7827e645f5e22a0 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期一, 23 十二月 2024 21:50:07 +0800 Subject: [PATCH] 111 --- 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