From 4ff37d6fe8333e2da2cfc2c50d6770e217f67e7c Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期四, 23 十二月 2021 10:04:57 +0800
Subject: [PATCH] 条码生成模块新增输入源单单号按回车返回源单信息功能,客户为博日且条码类型为批次条码时,最小包装数量默认取源单数量

---
 WebAPI/Models/json.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Models/json.cs b/WebAPI/Models/json.cs
index 3a10890..ed49eab 100644
--- a/WebAPI/Models/json.cs
+++ b/WebAPI/Models/json.cs
@@ -11,5 +11,10 @@
         public int count { get; set; }
         public string Message { get; set; }
         public object data { get; set; }
+
+        public List<object> list { get; set; }
+
+        public string Verify { get; set; }
+        public string HInterID { get; set; }
     }
 }

--
Gitblit v1.9.1