xxyy
2025-03-27 cdc57c80aa7f0616739941e38b2ad9d2dee9bce4
1
2
3
4
5
namespace WIDESEA_IStorageBasicRepository;
 
public interface IPointStackerRelationRepository : IRepository<PointStackerRelation>
{
}