zzr99
2022-03-09 a4b3efa1f5d800d56f600b33aaf36022e5dc49d7
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
    }
}