| | |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import java.io.Serializable; |
| | | import java.time.LocalDateTime; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import lombok.Data; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | | |
| | | /** |
| | | * |
| | | * @TableName pole_xixun_player |
| | | * 熙讯节目实体 |
| | | */ |
| | | @TableName(value ="pole_xixun_player") |
| | | @Data |
| | |
| | | */ |
| | | private String requestBody; |
| | | |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd") |
| | | @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
| | | private String creatTime; |
| | | /** |
| | | * |
| | | */ |
| | | private LocalDateTime creatTime; |
| | | |
| | | /** |
| | | * |
| | | */ |
| | | private String screenShot; |
| | | |
| | | /** |
| | | * |
| | | */ |
| | | private Long createUserId; |
| | | |
| | | /** |
| | | * |
| | | */ |
| | | private Long clientId; |
| | | |
| | | @TableField(exist = false) |