ch
2022-03-14 cb3d53118483109c762409abec96dbe81bf31d14
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
    }
}