代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/IHKLocationInfoService.cs
@@ -12,5 +12,7 @@ public interface IHKLocationInfoService : IService<Dt_HKLocationInfo> { public IRepository<Dt_HKLocationInfo> Repository { get; } Dt_HKLocationInfo? GetFreeLocationInfo(string toAreaCode); } }