添加报警标记

This commit is contained in:
2024-03-21 21:47:42 +08:00
parent 8b2c80f0ce
commit 86815e5fc9

View File

@@ -70,4 +70,7 @@ public class EmDeviceDataEntity extends OrgCommonEntity {
@Comment("臭氧")
private Double o3;
@Comment("报警标记")
private Long alterMask;
}