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
976 B
C#

#region << 版 本 注 释 >>
/*--------------------------------------------------------------------
* (c) 2025 Wen JY
* CLR4.0.30319.42000
* ThinkPad T14
* Sln.Iot.Repository.service.Impl
* 0838E02D-6FDB-4D1D-8A1F-B78B582EE185
*
* WenJY
*
* 2025-06-05 10:46:10
* 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 RecordAlarmDataServiceImpl: BaseServiceImpl<RecordAlarmData>, IRecordAlarmDataService
{
public RecordAlarmDataServiceImpl(Repository<RecordAlarmData> rep) : base(rep)
{
}
}