| | |
| | | /// åºåºè¯¦æ
ä¸å¡æ¥å£å± |
| | | /// </summary> |
| | | public IOutStockLockInfoService OutStockLockInfoService { get; } |
| | | public OutboundService(IOutMESOrderService outMESOrderService, IOutSGOrderService outSGOrderService, IOutSGOrderDetailService outSGOrderDetailService, IOutStockLockInfoService outStockLockInfoService) |
| | | /// <summary> |
| | | /// èå线ä½ç¼åä¸å¡æ¥å£å± |
| | | /// </summary> |
| | | public IOutLineViewService OutLineViewService { get; } |
| | | public OutboundService(IOutMESOrderService outMESOrderService, IOutSGOrderService outSGOrderService, IOutSGOrderDetailService outSGOrderDetailService, IOutStockLockInfoService outStockLockInfoService, IOutLineViewService outLineViewService) |
| | | { |
| | | OutMESOrderService = outMESOrderService; |
| | | OutSGOrderService = outSGOrderService; |
| | | OutSGOrderDetailService = outSGOrderDetailService; |
| | | OutStockLockInfoService = outStockLockInfoService; |
| | | OutLineViewService = outLineViewService; |
| | | } |
| | | } |
| | | } |