From 63b8880e08f489986edc9e24b09462ac916d7f72 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 18 九月 2025 09:22:12 +0800
Subject: [PATCH] 受托退料:前端界面规范,列表与明细转为存储过程,添加组织隔离、拆分、库位列表、已扫待扫、完结功能

---
 entity/MesDepots.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/entity/MesDepots.cs b/entity/MesDepots.cs
index bdeee02..2057ac3 100644
--- a/entity/MesDepots.cs
+++ b/entity/MesDepots.cs
@@ -11,13 +11,13 @@
     ///     榛樿鍊�: (newid())
     /// </summary>
     [SugarColumn(ColumnName = "guid", IsPrimaryKey = true)]
-    public Guid Guid { get; set; }
+    public string Guid { get; set; }
 
     /// <summary>
     ///     ID(SEQ_INV_ID)
     /// </summary>
     [SugarColumn(ColumnName = "depot_id")]
-    public int DepotId { get; set; }
+    public int? DepotId { get; set; }
 
     /// <summary>
     ///     浠撳簱绫诲埆缂栫爜

--
Gitblit v1.9.3