huangxiaoqiang
2025-04-21 511560d9249cf302c837fcbb4d93645af184d69e
1
2
3
4
5
namespace WIDESEA_IStorageBasicService;
 
public interface IPointStackerRelationService : IService<PointStackerRelation>
{
}