| | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.ycl.platform.base.AbsVo; |
| | | import com.ycl.platform.domain.entity.Report; |
| | | |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | import java.time.LocalDateTime; |
| | | import org.springframework.lang.NonNull; |
| | | import org.springframework.beans.BeanUtils; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | import lombok.experimental.Accessors; |
| | | import org.springframework.beans.BeanUtils; |
| | | import org.springframework.lang.NonNull; |
| | | |
| | | import java.util.Date; |
| | | |
| | | /** |
| | | * 报备展示 |
| | |
| | | @Excel(name = "报备人员") |
| | | private String peopleName; |
| | | |
| | | /** 点位ID */ |
| | | private Integer pointId; |
| | | /** 设备编码 */ |
| | | private String serialNumber; |
| | | |
| | | @Excel(name = "点位") |
| | | private String pointName; |
| | | |