肖洋
2024-11-20 87e7e9995d59c847f6e568453eb4895a77d74e32
1
2
3
4
5
namespace WIDESEA_IStorageBasicRepository;
 
public interface IPointStackerRelationRepository : IRepository<PointStackerRelation>
{
}