ouyangqing
2021-01-18 d1878514671e4d9517ef63b6a5fd46e12c9e14e4
WebAPI/Controllers/NewApiController.cs
@@ -79,5 +79,16 @@
        {
            return YqnQbService.SetStationInBill(oMain);
        }
        /// <summary>
        /// 出站站接收单
        /// </summary>
        /// <param name="oMain"></param>
        /// <returns></returns>
        [Route("api/newBill/setStationOutBill")]
        [HttpPost]
        public ApiResult SetStationOutBill(Model.ClsSc_StationOutBillMain oMain)
        {
            return YqnQbService.SetStationOutBill(oMain);
        }
    }
}