mirror of
https://github.com/chillzhuang/blade-tool
synced 2024-12-12 12:19:27 +08:00
⚡ 优化代码
This commit is contained in:
parent
b0860f8556
commit
af946ea319
@ -18,6 +18,7 @@ package org.springblade.core.mp.support;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
import lombok.experimental.Accessors;
|
||||
|
||||
/**
|
||||
* 分页工具
|
||||
@ -25,6 +26,7 @@ import lombok.Data;
|
||||
* @author smallchill
|
||||
*/
|
||||
@Data
|
||||
@Accessors(chain = true)
|
||||
@ApiModel(description = "查询条件")
|
||||
public class Query {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user