YL
2022-03-10 509f58a099d448bec2221cf8d5bfa0643db4734f
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
    }
}