From 71e1322fa3f5879b9d71930b783ed1a393477451 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周四, 27 3月 2025 17:24:07 +0800 Subject: [PATCH] 下发 条件限制 --- CC/iWareSql/WmsDBModel/mes_package_unline_record.cs | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CC/iWareSql/WmsDBModel/mes_package_unline_record.cs b/CC/iWareSql/WmsDBModel/mes_package_unline_record.cs index 3c256f1..835f5bf 100644 --- a/CC/iWareSql/WmsDBModel/mes_package_unline_record.cs +++ b/CC/iWareSql/WmsDBModel/mes_package_unline_record.cs @@ -15,6 +15,15 @@ [StringLength(50)] public string PackageCode { get; set; } + public int? UpiFlag { get; set; } + + [StringLength(50)] + public string Location { get; set; } + + public int AllPackageNum { get; set; } + + public int CurUnlineIndexPackageNum { get; set; } + [StringLength(60)] public string Info5 { get; set; } @@ -74,8 +83,5 @@ public string UpdateUserName { get; set; } public bool IsDelete { get; set; } - - [StringLength(60)] - public string Info9 { get; set; } } } -- Gitblit v1.9.3