You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1022 B
C#

#region << 版 本 注 释 >>
/*--------------------------------------------------------------------
* (c) 2025 WenJY
* CLR4.0.30319.42000
* Mr.Wen's MacBook Pro
* Sln.Iot.Repository.service.Impl
* 625A971B-5BA8-4E05-9AE1-DC6D8E3D6051
*
* WenJY
*
* 2025-04-11 13:28:02
* V1.0.0
*
*
*--------------------------------------------------------------------
*
*
*
*
* V1.0.0
*--------------------------------------------------------------------*/
#endregion << 版 本 注 释 >>
using Sln.Iot.Model.dao;
using Sln.Iot.Repository.service.@base;
namespace Sln.Iot.Repository.service.Impl
{
public class BaseMonitorInfoServiceImpl : BaseServiceImpl<BaseMonitorInfo>, IBaseMonitorInfoService
{
public BaseMonitorInfoServiceImpl(Repository<BaseMonitorInfo> repository):base(repository)
{
}
}
}