| | |
| | | |
| | | namespace WIDESEA_IOutboundService |
| | | { |
| | | public interface IOutboundService:IDependency |
| | | public interface IOutboundService : IDependency |
| | | { |
| | | IMesOutboundOrderService MesOutboundOrderService { get; } |
| | | |
| | | IOutboundOrderDetailService OutboundOrderDetailService { get; } |
| | | |
| | | IOutboundOrderService OutboundOrderService { get; } |
| | | |
| | | IOutStockLockInfoService OutboundStockLockInfoService { get; } |
| | | |
| | | IMesPPOutboundOrderService MesPPOutboundOrderService { get; } |
| | | |
| | | IMesPPOutboundOrderDetailService MesPPOutboundOrderDetailService { get; } |
| | | |
| | | IMesPPCutOutboundOrderService MesPPCutOutboundOrderService { get; } |
| | | |
| | | IMesPPCutOutboundOrderDetailService MesPPCutOutboundOrderDetailService { get; } |
| | | IProOutOrderService ProOutOrderService { get; } |
| | | IProOutOrderDetailService ProOutOrderDetailService { get; } |
| | | |
| | | IMesRworkOutboundOrderService RworkOutboundOrderService { get; } |
| | | IErpProTransferOrderService ErpProTransferOrderService { get; } |
| | | } |
| | | } |