From 23ee356c6f260ecc1a48bbb8bd60932b979e4698 Mon Sep 17 00:00:00 2001
From: zhao
Date: 星期五, 02 七月 2021 16:22:19 +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