加@deprecated 注释

This commit is contained in:
Guoqs
2024-11-26 10:03:56 +08:00
parent 27b6b6a46b
commit c5999fcc06
4 changed files with 4 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ import org.springframework.stereotype.Component;
*
* @author JS-ZZA
* @date 2022/9/27 11:31
* @deprecated 桩不会发送这个指令,由平台主动发送
*/
@Slf4j
@Component

View File

@@ -15,6 +15,7 @@ import org.springframework.stereotype.Component;
*
* @author JS-ZZA
* @date 2022/9/19 15:17
* @deprecated 桩不会发送此帧类型
*/
@Slf4j
@Component

View File

@@ -15,6 +15,7 @@ import org.springframework.stereotype.Component;
* 这个属于平台主动下发的指令
* @author JS-ZZA
* @date 2022/9/19 15:49
* @deprecated 充电桩不会发送此类型的指令
*/
@Slf4j
@Component

View File

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