From f7f1b35ea5074fcf13897c0c256cac6897647ee6 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期五, 07 二月 2025 13:36:02 +0800 Subject: [PATCH] 1.来料检验”未检验“”已检验“做区分 --- entity/MesInvItemOutItems.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/entity/MesInvItemOutItems.cs b/entity/MesInvItemOutItems.cs index db2bd0a..51c374e 100644 --- a/entity/MesInvItemOutItems.cs +++ b/entity/MesInvItemOutItems.cs @@ -221,7 +221,7 @@ /// 鐗╂枡鎶曟枡鍗旾D(鍙戞枡鎵爜浣跨敤) /// </summary> [SugarColumn(ColumnName = "item_dabid")] - public int? ItemDabid { get; set; } + public Guid? ItemDabid { get; set; } /// <summary> /// 搴旇鏄埌璐ф槑缁嗚〃鐨刧uid -- Gitblit v1.9.3