| 对比新文件 |
| | |
| | | 锘縰sing System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEA_Core; |
| | | using WIDESEA_Core.BaseServices; |
| | | using WIDESEA_DTO; |
| | | using WIDESEA_DTO.ERP; |
| | | using WIDESEA_Model.Models; |
| | | |
| | | namespace WIDESEA_IInboundService |
| | | { |
| | | public interface IPurchaseOrderService : IService<Dt_PurchaseOrder> |
| | | { |
| | | WebResponseContent ReceivePurchaseOrder(ERPPurchaseOrderDTO model); |
| | | WebResponseContent ReceivePurchaseReturn(ERPReturnOrderDTO eRPReturnOrderDTO); |
| | | WebResponseContent ReceiveProDeliveryOrder(ERPProDeliveryDTO eRPProDeliveryDTO); |
| | | WebResponseContent ReceiveOutOrder(ERPPickOutOrderDTO eRPPickOutOrderDTO); |
| | | WebResponseContent ReceiveProDeliveryBackOrder(ERPProDeliverBackDTO eRPProDeliverBackDTO); |
| | | } |
| | | } |