update 充电桩通信日志增加原始报文信息

This commit is contained in:
2023-03-09 16:12:39 +08:00
parent e9ac526b69
commit de51daee7d
3 changed files with 12 additions and 19 deletions

View File

@@ -36,4 +36,9 @@ public class PileCommunicationLogVO {
*/
private String description;
/**
* 原始报文
*/
private String originalMsg;
}