1
huangxiaoqiang
2025-02-12 0c4932815bac8338907881d310b548f6476b4a76
1
2
3
4
5
namespace WIDESEA_IStorageBasicService;
 
public interface IPointStackerRelationService : IService<PointStackerRelation>
{
}