huangxiaoqiang
4 天以前 87bf79db2ec930c45eedd1869910318bac46ceaa
1
2
3
4
5
6
7
8
using WIDESEA_DTO;
 
namespace WIDESEA_IStorageBasicService;
 
public interface ILocationErrorService : IService<DtLocationInfo>
{
    
}