陈勇
2024-11-05 9538b61aa61fa5ec109e3def4f1963de783094a9
1
2
3
4
5
namespace WIDESEA_IStorageBasicRepository;
 
public interface IPointStackerRelationRepository : IRepository<PointStackerRelation>
{
}