File was renamed from ruoyi-system/src/main/java/com/ruoyi/system/dto/QuestionQueryDTO.java |
| | |
| | | package com.ruoyi.system.dto; |
| | | package com.ruoyi.system.query; |
| | | |
| | | import com.ruoyi.common.core.domain.BasePage; |
| | | import io.swagger.annotations.ApiModel; |
| | |
| | | */ |
| | | @Data |
| | | @EqualsAndHashCode(callSuper = true) |
| | | @ApiModel(value = "发现问题分页数据传输对象") |
| | | public class QuestionQueryDTO extends BasePage { |
| | | @ApiModel(value = "发现问题分页条件查询对象") |
| | | public class QuestionQuery extends BasePage { |
| | | private static final long serialVersionUID = -7645166269898895715L; |
| | | @ApiModelProperty("问题标题") |
| | | private String title; |