刘磊
2024-11-26 00bf7fd07edc7f23c29c00c1193f55defb88b71d
1
2
3
4
5
namespace WIDESEA_IStorageBasicRepository;
 
public interface IPointStackerRelationRepository : IRepository<PointStackerRelation>
{
}