From b5756a5a4a12b0b92707354c978589aee333ed38 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期二, 14 五月 2024 00:29:55 +0800
Subject: [PATCH] 上料事务更新

---
 Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs b/Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs
index 8742361..a3f62b8 100644
--- a/Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs
+++ b/Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs
@@ -50,4 +50,9 @@
     {
         public bool IsItemCodeList { get; set; }
     }
+
+    public class SmtLoadingInput : BaseCodeInput
+    {
+        public int Step { get; set; }
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.3