From 4b5aa5a917d81ed418145fdf778af635785797ff Mon Sep 17 00:00:00 2001
From: jingh <jingh@LAPTOP-I53VDLOO>
Date: 星期一, 14 三月 2022 21:16:44 +0800
Subject: [PATCH] aobang条码生成模块
---
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