| | |
| | | |
| | | namespace WIDESEA_IOutboundService |
| | | { |
| | | public interface IOutboundService:IDependency |
| | | public interface IOutboundService : IDependency |
| | | { |
| | | IMesOutboundOrderService MesOutboundOrderService { get; } |
| | | |
| | |
| | | IOutboundOrderService OutboundOrderService { get; } |
| | | |
| | | IOutStockLockInfoService OutboundStockLockInfoService { get; } |
| | | |
| | | IMesPPOutboundOrderService MesPPOutboundOrderService { get; } |
| | | |
| | | IMesPPOutboundOrderDetailService MesPPOutboundOrderDetailService { get; } |
| | | |
| | | IMesPPCutOutboundOrderService MesPPCutOutboundOrderService { get; } |
| | | |
| | | IMesPPCutOutboundOrderDetailService MesPPCutOutboundOrderDetailService { get; } |
| | | } |
| | | } |