dengjunjie
2 天以前 28a788d3fca51fb4fd2f668b90fa95e87c2633a1
代码管理/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);
    }
}