1
huangxiaoqiang
2025-10-24 927ce822017ff8459be84b742d519970ca614096
1
2
3
4
5
namespace WIDESEA_IStorageBasicService;
 
public interface ILocationStatusChangeRecordService : IService<DtLocationStatusChangeRecord>
{
}