From 344680022c0c46a1bb108e7d2e81bf2296d79d15 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周三, 18 12月 2024 15:52:09 +0800 Subject: [PATCH] 22 --- 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