zhanghua
2024-10-09 b11443475114cacb529130a04d45c7c9981ff375
ycl-platform/src/main/java/com/ycl/entity/video/VideoAlarmReport.java
@@ -76,7 +76,18 @@
    @TableField("algo_name")
    private String algoName;
    @ApiModelProperty("报警类型码")
    @TableField("alarm_type")
    private Integer alarmType;
    @ApiModelProperty("报警类型名称")
    @TableField("alarm_name")
    private String alarmName;
    @ApiModelProperty("算法检出对象在图片中的坐标")
    @TableField("alarm_obj")
    private String alarmObj;
    @TableField(exist = false)
    private byte[] picByte;
}