From 7e73e5df14dce74742abf50383bb8ac37b38012e Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期一, 21 四月 2025 12:04:12 +0800 Subject: [PATCH] 优化了一些已知问题 --- Tiger.Model.Net/Entitys/WMS/BIZ_WMS_PREP.cs | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Tiger.Model.Net/Entitys/WMS/BIZ_WMS_PREP.cs b/Tiger.Model.Net/Entitys/WMS/BIZ_WMS_PREP.cs index d7dbb93..43389ff 100644 --- a/Tiger.Model.Net/Entitys/WMS/BIZ_WMS_PREP.cs +++ b/Tiger.Model.Net/Entitys/WMS/BIZ_WMS_PREP.cs @@ -141,9 +141,11 @@ Requisition = 1, [Description("宸ュ崟澶囨枡")] WorkOrder = 2, - [Description("濮斿澶囨枡")] - Outsourcing = 3, - } + [Description("濮斿澶囨枡")] + Outsourcing = 3, + [Description("璋冩嫧澶囨枡")] + Transfer = 4, + } /// <summary> /// 鏋氫妇锛氱姸鎬�(0Init鍒濆鍖東1Called宸插彨鏂檤2WaitPick寰呮崱鏂檤3Picking鎹℃枡涓瓅4Picked宸叉崱瀹寍5Sended宸插彂鏂檤6Close宸插叧闂瓅7Cancel浣滃簾) -- Gitblit v1.9.3