zhanghua
2025-02-06 55793861746f0a8dd74b84d444a60c43f982b255
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;
}