From 2030ac67543e65073ee45eaa21934c09db9806f0 Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期四, 18 十二月 2025 14:18:45 +0800
Subject: [PATCH] CancelMoveTask取消AGV移库任务去除仓库限制
---
Wms/WMS.Entity/SysEntity/SysStorageArea.cs | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/Wms/WMS.Entity/SysEntity/SysStorageArea.cs b/Wms/WMS.Entity/SysEntity/SysStorageArea.cs
index 59384d2..e710410 100644
--- a/Wms/WMS.Entity/SysEntity/SysStorageArea.cs
+++ b/Wms/WMS.Entity/SysEntity/SysStorageArea.cs
@@ -60,6 +60,13 @@
/// </summary>
public string Temperature { get; set; }
+ /// <summary>
+ /// 鍖哄煙绫诲瀷锛�0浠撳簱鍖哄煙锛�1杞﹂棿鍖哄煙
+ /// Default:
+ /// Nullable:True
+ /// </summary>
+ public string AreaType { get; set; }
+
[Navigate(NavigateType.OneToOne, nameof(WareHouseNo),nameof(SysWareHouse.WareHouseNo))]
public SysWareHouse WareHouseInfo { get; set; }
--
Gitblit v1.8.0