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.

36 lines
1.0 KiB
C#

#region << 版 本 注 释 >>
/*--------------------------------------------------------------------
* (c) 2025 WenJY
* CLR4.0.30319.42000
* Mr.Wen's MacBook Pro
* Sln.Imm.Daemon.Repository.service.Impl
* 4D067141-7FEC-4ED6-A69C-F285D68FFDEF
*
* WenJY
*
* 2025-09-05 11:27:26
* V1.0.0
*
*
*--------------------------------------------------------------------
*
*
*
*
* V1.0.0
*--------------------------------------------------------------------*/
#endregion << 版 本 注 释 >>
using Sln.Imm.Daemon.Model.dao;
using Sln.Imm.Daemon.Repository.service.@base;
namespace Sln.Imm.Daemon.Repository.service.Impl;
public class BaseDeviceParamServiceImpl : BaseServiceImpl<BaseDeviceParam>, IBaseDeviceParamService
{
public BaseDeviceParamServiceImpl(Repository<BaseDeviceParam> rep) : base(rep)
{
}
}