代码提交

This commit is contained in:
huangzj
2023-10-13 16:01:51 +08:00
parent 12d9232c5f
commit 8ef6f8ce8e
4 changed files with 6 additions and 3 deletions

View File

@@ -69,4 +69,6 @@ public class CsEventVO extends BaseEntity {
* 事件等级(1:Ⅰ级 2:Ⅱ级 3:Ⅲ级)
*/
private Integer level;
private String code;
}

View File

@@ -104,6 +104,7 @@ public class EventDetailVO {
/*位置*/
private String evtParamPosition;
private String code;