刘磊
2024-11-20 2db8aa13565b87f9c92b94021b71020490a217de
1
2
3
4
5
namespace WIDESEA_IStorageBasicService;
 
public interface IPointStackerRelationService : IService<PointStackerRelation>
{
}