| | |
| | | /// èå线ä½ç¼åä¸å¡æ¥å£å± |
| | | /// </summary> |
| | | public IOutLineViewService OutLineViewService { get; } |
| | | public OutboundService(IOutMESOrderService outMESOrderService, IOutSGOrderService outSGOrderService, IOutSGOrderDetailService outSGOrderDetailService, IOutStockLockInfoService outStockLockInfoService, IOutLineViewService outLineViewService) |
| | | /// <summary> |
| | | /// æ°åæåéå®ä¸å¡æ¥å£å± |
| | | /// </summary> |
| | | public IProDeliveryOrderService ProDeliveryOrderService { get; } |
| | | /// <summary> |
| | | /// æ°åæåé宿ç»ä¸å¡æ¥å£å± |
| | | /// </summary> |
| | | public IProDeliveryOrderDetailService ProDeliveryOrderDetailService { get; } |
| | | public OutboundService(IOutMESOrderService outMESOrderService, IOutSGOrderService outSGOrderService, IOutSGOrderDetailService outSGOrderDetailService, IOutStockLockInfoService outStockLockInfoService, IOutLineViewService outLineViewService, IProDeliveryOrderService proDeliveryOrderService, IProDeliveryOrderDetailService proDeliveryOrderDetailService) |
| | | { |
| | | OutMESOrderService = outMESOrderService; |
| | | OutSGOrderService = outSGOrderService; |
| | | OutSGOrderDetailService = outSGOrderDetailService; |
| | | OutStockLockInfoService = outStockLockInfoService; |
| | | OutLineViewService = outLineViewService; |
| | | ProDeliveryOrderService = proDeliveryOrderService; |
| | | ProDeliveryOrderDetailService = proDeliveryOrderDetailService; |
| | | } |
| | | } |
| | | } |