zhanghua
2023-12-15 1eb1ae6b785210727812ed5f6ce9ccaaf09cc458
ycl-platform/src/main/java/com/ycl/entity/video/VideoAlarmReport.java
@@ -76,6 +76,14 @@
    @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;