¶Ô±ÈÐÂÎļþ |
| | |
| | | using Microsoft.AspNetCore.Authorization; |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using WIDESEA_Core; |
| | | using WIDESEA_Core.BaseController; |
| | | using WIDESEA_IInboundService; |
| | | using WIDESEA_Model.Models; |
| | | |
| | | namespace WIDESEA_WMSServer.Controllers.Inbound |
| | | { |
| | | /// <summary> |
| | | /// BSTéè´å |
| | | /// </summary> |
| | | [Route("api/PurchaseBSTOrder")] |
| | | [ApiController] |
| | | public class PurchaseBSTOrderController : ApiBaseController<IPurchaseBSTOrderService, Dt_PurchaseBSTOrder> |
| | | { |
| | | public PurchaseBSTOrderController(IPurchaseBSTOrderService service) : base(service) |
| | | { |
| | | } |
| | | } |
| | | } |