xiaoyang
2024-10-28 d0bd841aa5414250973586473c5aa7cd9757143f
1
2
3
4
5
namespace WIDESEA_IStorageBasicService;
 
public interface ILocationStatusChangeRecordService : IService<DtLocationStatusChangeRecord>
{
}