|  |  |  | 
|---|
|  |  |  | using System.Linq; | 
|---|
|  |  |  | using System.Text; | 
|---|
|  |  |  | using System.Threading.Tasks; | 
|---|
|  |  |  | using WIDESEA_Common.LocationEnum; | 
|---|
|  |  |  | using WIDESEA_Core; | 
|---|
|  |  |  | using WIDESEA_Core.BaseServices; | 
|---|
|  |  |  | using WIDESEA_DTO.MES; | 
|---|
|  |  |  | using WIDESEA_IOutboundRepository; | 
|---|
|  |  |  | using WIDESEA_Model.Models; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | public interface IMesRworkOutboundOrderService : IService<Dt_MesRworkOutboundOrder> | 
|---|
|  |  |  | { | 
|---|
|  |  |  | IMesRworkOutboundOrderRepository Repository { get; } | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// æåºä»»å¡åé
åºå | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | /// <param name="mesOutboundOrder"></param> | 
|---|
|  |  |  | /// <returns></returns> | 
|---|
|  |  |  | (List<Dt_ProStockInfo>?, Dt_MesRworkOutboundOrder?, List<Dt_OutProStockInfo>?, List<Dt_LocationInfo>) AssignMesStocks(Dt_MesRworkOutboundOrder mesRworkOutboundOrders); | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// å¤çåºåºæ°æ® | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | WebResponseContent LockOutboundStockDataUpdate(List<Dt_ProStockInfo> stockInfos, List<Dt_OutProStockInfo> outStockLockInfos, List<Dt_LocationInfo> locationInfos, LocationStatusEnum locationStatus = LocationStatusEnum.Lock, List<Dt_Task>? tasks = null); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | //åºåæ¿åºåº | 
|---|
|  |  |  | WebResponseContent ProductOutBoundSync(MesProductOutBound model); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | MesProductOutBound MesProOutBound(Dt_MesRworkOutboundOrder mesRworkOutboundOrder, List<Dt_ProStockInfoDetail> proStockInfoDetails); | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// æåMESæåºåºåºå®åä¸å
ä¸å
æ£é | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | /// <returns></returns> | 
|---|
|  |  |  | WebResponseContent MesRworkOutPick(int OrderId, string InrPKCode, int Count = 0); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|