1
z8018
2025-04-08 e69f814f50fd59739dbedd88518dc8cb8d2ed3ee
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/IOrderDetailsService.cs
@@ -26,14 +26,13 @@
using WIDESEAWCS_Core.BaseServices;
using WIDESEAWCS_Core.Enums;
using WIDESEAWCS_DTO.BasicInfo;
using WIDESEAWCS_DTO.TaskInfo;
using WIDESEAWCS_Model.Models;
namespace WIDESEAWCS_IBasicInfoService
{
    public interface IOrderDetailsService : IService<OrderDetails>
    {
        int GetOrderDetails(string barcode, List<int> useableStations);
        int GetOrderDetails(string barcode, List<int> useableStations, out ProductInfoDTO productInfo);
        ToMesBarcRes? ToMesBarc(int barcode);
    }
}