| | |
| | | private Float tempRed;// float(4,2) DEFAULT NULL COMMENT '当前人员的温度', |
| | | |
| | | @TableField("person_rect") |
| | | private String personRect;// varchar(63) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '人脸位置二位数组,[left,top,right,bottom]', |
| | | private String[] personRect;// varchar(63) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '人脸位置二位数组,[left,top,right,bottom]', |
| | | |
| | | @TableField("person_rect_red") |
| | | private String personRectRed;// varchar(63) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '红外人脸位置二位数组,[left,top,right,bottom]', |
| | | private Integer[] personRectRed;// varchar(63) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '红外人脸位置二位数组,[left,top,right,bottom]', |
| | | |
| | | @TableField("create_time") |
| | | private Date createTime;// datetime DEFAULT NULL COMMENT '创建时间', |