From e7881f762fe1134c1d199401cd6130d30d26f0f5 Mon Sep 17 00:00:00 2001 From: YL <YL@LAPTOP-SE03PLUR> Date: 星期一, 12 七月 2021 18:14:16 +0800 Subject: [PATCH] nothing --- WebAPI/WebServer.cs | 19 +++++++++++-------- 1 files changed, 11 insertions(+), 8 deletions(-) diff --git a/WebAPI/WebServer.cs b/WebAPI/WebServer.cs index c51f650..8ed27bd 100644 --- a/WebAPI/WebServer.cs +++ b/WebAPI/WebServer.cs @@ -5224,18 +5224,21 @@ DAL.Cls_S_IF_SellOutBill_Lite dal = new DAL.Cls_S_IF_SellOutBill_Lite(); return dal.DisSourceBillList(sWhere); } - #endregion + + + + #endregion #region 濮斿鍏ュ簱 - /// <summary> - /// 鐢熸垚濮斿鍏ュ簱鍗昁3 - /// </summary> - /// <param name="oMain"></param> - /// <param name="sErrMsg"></param> - /// <returns></returns> - public bool SaveEntrustInBill_K3(Model.ClsKf_EntrustInBillMain oMain, string sHSourceType, Pub_Class.ClsXt_SystemParameterMain oSystemParameterMain, ref string sErrMsg) + /// <summary> + /// 鐢熸垚濮斿鍏ュ簱鍗昁3 + /// </summary> + /// <param name="oMain"></param> + /// <param name="sErrMsg"></param> + /// <returns></returns> + public bool SaveEntrustInBill_K3(Model.ClsKf_EntrustInBillMain oMain, string sHSourceType, Pub_Class.ClsXt_SystemParameterMain oSystemParameterMain, ref string sErrMsg) { SQLHelper.ClsCN oCn = new SQLHelper.ClsCN(); DAL.ClsKf_EntrustInBill dal = new DAL.ClsKf_EntrustInBill(); -- Gitblit v1.9.1