|
|
@@ -1,20 +0,0 @@
|
|
|
-package com.xunmei.common.core.domain.iot.domain.current.service.impl;
|
|
|
-
|
|
|
-import com.xunmei.common.core.domain.iot.domain.IotBreakerDataLog;
|
|
|
-import com.xunmei.iot.mapper.IotBreakerDataLogMapper;
|
|
|
-import com.xunmei.common.core.domain.iot.domain.current.service.IIotBreakerDataLogService;
|
|
|
-import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
|
|
-import org.springframework.stereotype.Service;
|
|
|
-
|
|
|
-/**
|
|
|
- * <p>
|
|
|
- * 服务实现类
|
|
|
- * </p>
|
|
|
- *
|
|
|
- * @author test
|
|
|
- * @since 2024-02-20
|
|
|
- */
|
|
|
-@Service
|
|
|
-public class IotBreakerDataLogServiceImpl extends ServiceImpl<IotBreakerDataLogMapper, IotBreakerDataLog> implements IIotBreakerDataLogService {
|
|
|
-
|
|
|
-}
|