加@deprecated 注释

This commit is contained in:
Guoqs
2024-11-26 10:12:33 +08:00
parent c5999fcc06
commit 7adef19e5b
5 changed files with 5 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ import org.springframework.stereotype.Component;
*
* @author JS-ZZA
* @date 2022/9/19 14:54
* @deprecated 充电桩不会发送此数据帧
*/
@Slf4j
@Component

View File

@@ -16,6 +16,7 @@ import org.springframework.stereotype.Component;
*
* @author JS-ZZA
* @date 2022/9/27 10:18
* @deprecated 充电桩不会发送此指令
*/
@Slf4j
@Component

View File

@@ -16,6 +16,7 @@ import org.springframework.stereotype.Component;
*
* @author JS-ZZA
* @date 2022/9/19 14:51
* @deprecated 充电桩不会发送此指令
*/
@Slf4j
@Component

View File

@@ -14,6 +14,7 @@ import org.springframework.stereotype.Component;
*
* @author JS-ZZA
* @date 2022/9/19 14:47
* @deprecated 充电桩不会发送此指令
*/
@Slf4j
@Component

View File

@@ -12,7 +12,7 @@ import org.springframework.stereotype.Component;
* 对时设置
*
* 运营平台同步充电桩时钟,以保证充电桩与运营平台的时钟一致
* @deprecated
* @deprecated 充电桩不会发送此指令
* @author JS-ZZA
* @date 2022/9/19 15:11
*/