1
dengjunjie
10 天以前 098055c5414023bce83999290082144ffe787e4f
1
2
3
4
5
namespace WIDESEA_IStorageBasicRepository;
 
public interface ILocationInfoRepository : IRepository<DtLocationInfo>
{
}