| | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.ycl.system.entity.BaseEntity; |
| | | import lombok.Data; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.time.LocalDate; |
| | |
| | | @Data |
| | | public class TMonitorVO extends BaseEntity { |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | |
| | | private String constructionType; |
| | | |
| | | /** |
| | | * $column.columnComment |
| | |
| | | |
| | | private Long deptId; |
| | | private String deptName; |
| | | //请求参数 |
| | | private Boolean provinceTag; |
| | | private Boolean provinceTagVideo; |
| | | private Boolean provinceTagCar; |
| | | private Boolean provinceTagFace; |
| | | private Boolean deptTag; |
| | | private String area; |
| | | private String error; |
| | |
| | | * 设备厂商: 0海康 1大华 2宇视 |
| | | */ |
| | | private Integer deviceType; |
| | | |
| | | List<String> ids; |
| | | /** |
| | | * 建设类型标签 |
| | | */ |
| | | private String tag; |
| | | } |