1
huangxiaoqiang
2025-01-11 8682c853ec917aba0daa696c377b99add1c0f080
1
2
3
4
5
namespace WIDESEA_IStorageBasicService;
 
public interface IPointStackerRelationService : IService<PointStackerRelation>
{
}