From 545ede9311d1ee74e2cf11d8fd28965129be1592 Mon Sep 17 00:00:00 2001
From: 杨乐 <杨乐@DESKTOP-5CU1TNO>
Date: 星期一, 28 二月 2022 10:45:35 +0800
Subject: [PATCH] 叫料单列表 拣料配送单 叫料退料单 生产日计划单列表

---
 WebAPI/Controllers/CJGL/Cj_CallGoodsBillMainController.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Controllers/CJGL/Cj_CallGoodsBillMainController.cs b/WebAPI/Controllers/CJGL/Cj_CallGoodsBillMainController.cs
index 8e0aeb9..9d7cd47 100644
--- a/WebAPI/Controllers/CJGL/Cj_CallGoodsBillMainController.cs
+++ b/WebAPI/Controllers/CJGL/Cj_CallGoodsBillMainController.cs
@@ -14,6 +14,7 @@
         SQLHelper.ClsCN oCN = new SQLHelper.ClsCN();
         DataSet ds;
 
+        #region 鍙枡鍗曞垪琛�
         [Route("Cj_CallGoodsBillMain/CallGoodsBillMainList")]
         [HttpGet]
         public object CallGoodsBillMainList(string sWhere,string user)
@@ -47,6 +48,7 @@
                 return objJsonResult;
             }
         }
+        #endregion
 
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1