dengjunjie
2 天以前 28a788d3fca51fb4fd2f668b90fa95e87c2633a1
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/IKLSLocationInfoService.cs
@@ -3,6 +3,8 @@
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WIDESEA_DTO.Basic;
using WIDESEAWCS_Core;
using WIDESEAWCS_Core.BaseRepository;
using WIDESEAWCS_Core.BaseServices;
using WIDESEAWCS_Model.Models;
@@ -12,5 +14,13 @@
    public interface IKLSLocationInfoService : IService<Dt_KLSLocationInfo>
    {
        public IRepository<Dt_KLSLocationInfo> Repository { get; }
        WebResponseContent InitializationLocation(InitializationLocationDTO initializationLocationDTO);
        /// <summary>
        /// èŽ·å–å¯ç”¨ç©ºè´§ä½
        /// </summary>
        /// <param name="AreaCode"></param>
        /// <returns></returns>
        Dt_KLSLocationInfo GetFreeLocationInfo(string AreaCode, int containerType);
    }
}