From 3b4538f1ca5a50f1c68a479620276b4db09bd954 Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期四, 29 二月 2024 14:24:47 +0800
Subject: [PATCH] Merge branch 'yyk'
---
Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
diff --git a/Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs b/Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs
index e69a17d..6b48766 100644
--- a/Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs
+++ b/Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs
@@ -153,15 +153,7 @@
/// </summary>
public string OutMode { get; set; }
- /// <summary>
- /// 澶嶆牳浜�
- /// </summary>
- public int CheckUser { get; set; }
-
- /// <summary>
- /// 澶嶆牳鏃堕棿
- /// </summary>
- public DateTime? CheckTime { get; set; }
+
[Navigate(NavigateType.OneToOne, nameof(LogisticsId))]
--
Gitblit v1.8.0