1
huangxiaoqiang
2025-07-10 2da4ff61e1004f55330b369869650bd8d5c05d73
1
2
3
4
5
namespace WIDESEA_IStorageBasicService;
 
public interface IPointStackerRelationService : IService<PointStackerRelation>
{
}