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