1
huangxiaoqiang
2025-02-16 67844d0b962e62d65e5c118d3251aeeeda50810f
1
2
3
4
5
namespace WIDESEA_IStorageBasicService;
 
public interface IPointStackerRelationService : IService<PointStackerRelation>
{
}