From 02ca96debc6056275d58e55d97f7885a195542d0 Mon Sep 17 00:00:00 2001
From: zhao
Date: 星期四, 24 六月 2021 16:42:16 +0800
Subject: [PATCH] 半成品入库-空托出库和满托入库的基本流程

---
 HH.WMS.Entitys/Dto/ConnectBitDto.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/HH.WMS.Entitys/Dto/ConnectBitDto.cs b/HH.WMS.Entitys/Dto/ConnectBitDto.cs
index 17408ee..964e439 100644
--- a/HH.WMS.Entitys/Dto/ConnectBitDto.cs
+++ b/HH.WMS.Entitys/Dto/ConnectBitDto.cs
@@ -10,5 +10,7 @@
     {
         public string tunnel { get; set; }
         public string bit { get; set; }
+        public string readybit { get; set; }
+        public string tasktype { get; set; }
     }
 }

--
Gitblit v1.9.1