陈勇
2026-03-20 dbbd4120b2281f2305c01bd476925f4c170d3722
1
2
3
4
5
namespace WIDESEA_IStorageBasicRepository;
 
public interface ILocationInfoRepository : IRepository<DtLocationInfo>
{
}