| | |
| | | package com.whyc.pojo; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.fasterxml.jackson.annotation.JsonIgnoreProperties; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | |
| | | |
| | | @Data |
| | | @EqualsAndHashCode(callSuper = false) |
| | | @Accessors(chain = true) |
| | | @TableName(schema = "db_ram_db",value = "tb_ld9_updatestatue") |
| | | @ApiModel(value="Ld9updatestatue对象", description="") |
| | | @JsonIgnoreProperties(ignoreUnknown = true) |
| | | public class Ld9UpdateStatus { |
| | | @TableId |
| | | private Long num; |
| | | private Long devId; |
| | | private String updateFile; |