1. 剔除掉多余的文档以及标记

This commit is contained in:
chenbowen
2025-11-28 18:12:00 +08:00
parent 30bd4810f5
commit 0c22975df0
432 changed files with 705 additions and 1650200 deletions

View File

@@ -13,7 +13,7 @@
<name>${project.artifactId}</name>
<description>
<!-- TODO @芋艿:注释 -->
<!-- TODO @ZT:注释 -->
物联网 插件 模块 - 通用功能
</description>

View File

@@ -19,7 +19,7 @@ import static com.zt.plat.framework.common.exception.enums.GlobalErrorCodeConsta
/**
* IoT 设备配置设置 Vertx Handler
*
* 芋道源码
* ZT源码
*/
@Slf4j
@RequiredArgsConstructor

View File

@@ -17,7 +17,7 @@ import static com.zt.plat.framework.common.exception.enums.GlobalErrorCodeConsta
/**
* IoT 设备 OTA 升级 Vertx Handler
* <p>
* 芋道源码
* ZT源码
*/
@Slf4j
@RequiredArgsConstructor

View File

@@ -19,7 +19,7 @@ import static com.zt.plat.framework.common.exception.enums.GlobalErrorCodeConsta
/**
* IoT 设备服务获取 Vertx Handler
*
* 芋道源码
* ZT源码
*/
@Slf4j
@RequiredArgsConstructor

View File

@@ -19,7 +19,7 @@ import static com.zt.plat.framework.common.exception.enums.GlobalErrorCodeConsta
/**
* IoT 设置设备属性 Vertx Handler
*
* 芋道源码
* ZT源码
*/
@Slf4j
@RequiredArgsConstructor

View File

@@ -19,7 +19,7 @@ import static com.zt.plat.framework.common.exception.enums.GlobalErrorCodeConsta
/**
* IoT 设备服务调用 Vertx Handler
*
* 芋道源码
* ZT源码
*/
@Slf4j
@RequiredArgsConstructor

View File

@@ -1,2 +1,2 @@
// TODO @芋艿:注释
// TODO @ZT:注释
package com.zt.plat.module.iot.plugin.common;

View File

@@ -2,7 +2,7 @@ package com.zt.plat.module.iot.plugin.common.pojo;
import lombok.Data;
// TODO @芋艿1后续考虑要不要叫 IoT 网关之类的 Response2包名 pojo
// TODO @ZT1后续考虑要不要叫 IoT 网关之类的 Response2包名 pojo
/**
* IoT 标准协议响应实体类
* <p>

View File

@@ -39,19 +39,19 @@ public class IotDeviceUpstreamClient implements IotDeviceUpstreamApi {
return doPost(url, reportReqDTO);
}
// TODO @芋艿:待实现
// TODO @ZT:待实现
@Override
public CommonResult<Boolean> registerDevice(IotDeviceRegisterReqDTO registerReqDTO) {
return null;
}
// TODO @芋艿:待实现
// TODO @ZT:待实现
@Override
public CommonResult<Boolean> registerSubDevice(IotDeviceRegisterSubReqDTO registerReqDTO) {
return null;
}
// TODO @芋艿:待实现
// TODO @ZT:待实现
@Override
public CommonResult<Boolean> addDeviceTopology(IotDeviceTopologyAddReqDTO addReqDTO) {
return null;

View File

@@ -15,7 +15,7 @@
<version>1.0.0</version>
<name>${project.artifactId}</name>
<!-- TODO @芋艿:待整理 -->
<!-- TODO @ZT:待整理 -->
<description>
物联网 插件模块 - emqx 插件
</description>

Some files were not shown because too many files have changed in this diff Show More