From 461ef6c5aac44da10ca579cd7d14ae6686f4a4b5 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 11 12月 2024 17:58:45 +0800
Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/LA24030-LuLI_PackageLine
---
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