From 4f7b007a9e0de9dac35c8c81e6e32f9ab6fee5c8 Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期四, 26 九月 2024 08:47:29 +0800
Subject: [PATCH] Merge branch 'wxw'

---
 Wms/Wms/Controllers/BllAsnController.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/Wms/Wms/Controllers/BllAsnController.cs b/Wms/Wms/Controllers/BllAsnController.cs
index 3336b84..e31f593 100644
--- a/Wms/Wms/Controllers/BllAsnController.cs
+++ b/Wms/Wms/Controllers/BllAsnController.cs
@@ -97,6 +97,11 @@
                 return Ok(new { code = 1, msg = e.Message });
             }
         }
+        /// <summary>
+        /// 鑾峰彇娣诲姞鏄庣粏鏁版嵁婧�
+        /// </summary>
+        /// <param name="model"></param>
+        /// <returns></returns>
         [HttpPost]
         public IActionResult GetMaterialsList(GetMaterialsVm model)
         {

--
Gitblit v1.8.0