From 7fea13a6cd6531515c600e45c60d5808a9915d6e Mon Sep 17 00:00:00 2001
From: tongfei <244188119@qq.com>
Date: Tue, 31 Oct 2023 10:43:20 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0xml?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/WMS.Web.Api/wwwroot/WMS.Web.Api.xml | 7 +++
src/WMS.Web.Api/wwwroot/WMS.Web.Core.xml | 50 ++++++++++++++++++++++
src/WMS.Web.Api/wwwroot/WMS.Web.Domain.xml | 5 +++
3 files changed, 62 insertions(+)
diff --git a/src/WMS.Web.Api/wwwroot/WMS.Web.Api.xml b/src/WMS.Web.Api/wwwroot/WMS.Web.Api.xml
index ffcabe7e..1bac536c 100644
--- a/src/WMS.Web.Api/wwwroot/WMS.Web.Api.xml
+++ b/src/WMS.Web.Api/wwwroot/WMS.Web.Api.xml
@@ -223,6 +223,13 @@
仓库模糊匹配 不必填
+
+
+ 根据箱号获取箱信息
+
+ 必填
+
+
盘点单
diff --git a/src/WMS.Web.Api/wwwroot/WMS.Web.Core.xml b/src/WMS.Web.Api/wwwroot/WMS.Web.Core.xml
index 0b61e63d..db5470e7 100644
--- a/src/WMS.Web.Api/wwwroot/WMS.Web.Core.xml
+++ b/src/WMS.Web.Api/wwwroot/WMS.Web.Core.xml
@@ -225,6 +225,56 @@
明细
+
+
+ 根据箱号获取物料信息
+
+
+
+
+ 单据头ID
+
+
+
+
+ 箱Id
+
+
+
+
+ 物料ID
+
+
+
+
+ 物料名称
+
+
+
+
+ 物料编码
+
+
+
+
+ 物料规格型号
+
+
+
+
+ 供应商ID
+
+
+
+
+ 数量(装箱数量)
+
+
+
+
+ 序列号集
+
+
改箱列表请求
diff --git a/src/WMS.Web.Api/wwwroot/WMS.Web.Domain.xml b/src/WMS.Web.Api/wwwroot/WMS.Web.Domain.xml
index a09e73bf..6e7e534c 100644
--- a/src/WMS.Web.Api/wwwroot/WMS.Web.Domain.xml
+++ b/src/WMS.Web.Api/wwwroot/WMS.Web.Domain.xml
@@ -1036,6 +1036,11 @@
+
+
+ 老ops箱信息
+
+
wms入库单-仓储接口