feat:SQLinit

This commit is contained in:
alwayssuper 2025-01-05 18:09:19 +08:00
parent c31dfcc25f
commit 51b3e31e40
4 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,5 @@
package cn.iocoder.yudao.module.iot.dal.dataobject.device;/**
* @Author alwayssuper
* @Date 2025/1/5 12:32
*/public class IotDeviceLogDO {
}

View File

@ -0,0 +1,5 @@
package cn.iocoder.yudao.module.iot.framework.tdengine.config;/**
* @Author alwayssuper
* @Date 2025/1/5 17:37
*/public class TDengineTableInitConfiguration {
}

View File

@ -0,0 +1,5 @@
package cn.iocoder.yudao.module.iot.service.device;/**
* @Author alwayssuper
* @Date 2025/1/5 11:50
*/public class IotDeviceLogDataServiceImpl {
}