| | |
| | | 锘縰sing Microsoft.AspNetCore.Mvc; |
| | | using WIDESEA_Core.BaseController; |
| | | using WIDESEA_IInboundService; |
| | | using WIDESEA_IOutboundService; |
| | | using WIDESEA_Model.Models; |
| | | |
| | |
| | | /// </summary> |
| | | [Route("api/mesPPBackInboundOrder")] |
| | | [ApiController] |
| | | public class MesPPBackInboundOrderController : ApiBaseController<IMesPPCutOutboundOrderService, Dt_MesPPCutOutboundOrder> |
| | | public class MesPPBackInboundOrderController : ApiBaseController<IMesPPBackInboundOrderService, Dt_MesPPBackInboundOrder> |
| | | { |
| | | public MesPPBackInboundOrderController(IMesPPCutOutboundOrderService service) : base(service) |
| | | public MesPPBackInboundOrderController(IMesPPBackInboundOrderService service) : base(service) |
| | | { |
| | | |
| | | } |