杨乐
2022-02-28 545ede9311d1ee74e2cf11d8fd28965129be1592
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
    }
}