mirror of
https://github.com/chillzhuang/blade-tool
synced 2024-11-16 23:49:34 +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.ApiModel;
|
||||||
import io.swagger.annotations.ApiModelProperty;
|
import io.swagger.annotations.ApiModelProperty;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
import lombok.experimental.Accessors;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 分页工具
|
* 分页工具
|
||||||
@ -25,6 +26,7 @@ import lombok.Data;
|
|||||||
* @author smallchill
|
* @author smallchill
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
|
@Accessors(chain = true)
|
||||||
@ApiModel(description = "查询条件")
|
@ApiModel(description = "查询条件")
|
||||||
public class Query {
|
public class Query {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user