TCP 服务端 告警入库

This commit is contained in:
haozq 2024-07-31 10:58:37 +08:00
parent c58bde1ae2
commit 4650b21e15
1 changed files with 3 additions and 0 deletions

View File

@ -36,4 +36,7 @@ public class WarnInfoVo {
* 单双钩 * 单双钩
*/ */
private String devModule; private String devModule;
private String devName;
} }