1
huangxiaoqiang
2025-11-03 05e76f7efde9b955baa598ab62957eb7a186600f
1
2
3
4
5
6
7
8
using WIDESEA_DTO;
 
namespace WIDESEA_IStorageBasicService;
 
public interface ILocationErrorService : IService<DtLocationInfo>
{
    
}