dengjunjie
2026-03-03 2744064f23c2233fb700970801d2ddc802f38160
代码管理/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);
    }
}