| | |
| | | |
| | | import com.baomidou.mybatisplus.annotation.*; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.ruoyi.dto.DateQueryDto; |
| | | import com.ruoyi.framework.aspectj.lang.annotation.Excel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | |
| | | */ |
| | | @TableName(value = "quality_unqualified") |
| | | @Data |
| | | public class QualityUnqualified implements Serializable { |
| | | public class QualityUnqualified extends DateQueryDto implements Serializable { |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | /** |
| | |
| | | */ |
| | | @Excel(name = "检验员") |
| | | private String checkName; |
| | | |
| | | /** |
| | | * 关联产品id |
| | | */ |
| | | private Long productId; |
| | | |
| | | /** |
| | | * 产品名称 |
| | |
| | | @TableField(fill = FieldFill.INSERT) |
| | | private Long tenantId; |
| | | |
| | | |
| | | @ApiModelProperty("关联检测id") |
| | | private Long inspectId; |
| | | } |