From de8fa9c9602c4e905b9f2819bebf460f53bf7409 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周一, 23 12月 2024 09:22:14 +0800
Subject: [PATCH] 人工能重复记录下线记录?
---
CC/iWareSql/WmsDBModel/mes_upi_linequeue.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CC/iWareSql/WmsDBModel/mes_upi_linequeue.cs b/CC/iWareSql/WmsDBModel/mes_upi_linequeue.cs
index 66dc1c9..276515d 100644
--- a/CC/iWareSql/WmsDBModel/mes_upi_linequeue.cs
+++ b/CC/iWareSql/WmsDBModel/mes_upi_linequeue.cs
@@ -32,11 +32,11 @@
[StringLength(50)]
public string OrderId { get; set; }
+ public int? AreaCode { get; set; }
+
public int UpiStatus { get; set; }
public int? UpiFlag { get; set; }
-
- public int? AreaCode { get; set; }
[StringLength(255)]
public string Location { get; set; }
--
Gitblit v1.9.3