Admin
2025-12-15 fd7fa01f87026b9db4cc6d44c0f93987b9bc27f2
1
2
3
4
5
namespace WIDESEA_IStorageBasicService;
 
public interface ILocationStatusChangeRecordService : IService<DtLocationStatusChangeRecord>
{
}