feat: Enhance news information query with full-text keyword search support
This commit is contained in:
@@ -17,9 +17,12 @@ public class NewsInfoQuery {
|
||||
@ApiModelProperty("每页条数")
|
||||
private Integer pageSize = 10;
|
||||
|
||||
@ApiModelProperty("标题关键词")
|
||||
@ApiModelProperty("标题关键词(兼容 CMS 筛选)")
|
||||
private String title;
|
||||
|
||||
@ApiModelProperty("全文关键词,匹配标题和正文")
|
||||
private String keyword;
|
||||
|
||||
@ApiModelProperty("资讯模块字典值")
|
||||
private String module;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user