From 12298ed9b2a0ca46af52ddd9eb86b3041e73830b Mon Sep 17 00:00:00 2001 From: ouyangqing <ouyangqing@DESKTOP-B85SG1D> Date: 星期三, 20 一月 2021 15:03:05 +0800 Subject: [PATCH] nothing --- WebAPI/Controllers/NewApiController.cs | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 deletions(-) diff --git a/WebAPI/Controllers/NewApiController.cs b/WebAPI/Controllers/NewApiController.cs index 7b20871..d1626a1 100644 --- a/WebAPI/Controllers/NewApiController.cs +++ b/WebAPI/Controllers/NewApiController.cs @@ -2,8 +2,6 @@ using System.Collections.Generic; using System.Data; using System.Linq; -using System.Net; -using System.Net.Http; using System.Web.Http; using WebAPI.Models; using WebAPI.Service; @@ -79,5 +77,18 @@ { return YqnQbService.SetStationInBill(oMain); } + + /// <summary> + /// 鍑虹珯绔欐帴鏀跺崟 + /// </summary> + /// <param name="oMain"></param> + /// <returns></returns> + [Route("api/newBill/setStationOutBill")] + [HttpPost] + public ApiResult SetStationOutBill(StationOutBillView oMain) + { + + return YqnQbService.SetStationOutBill(oMain); + } } } -- Gitblit v1.9.1