mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-12-28 11:06:01 +08:00
update 重构代码生成分页相关 基于新分页方法
This commit is contained in:
@@ -63,28 +63,4 @@ public class ${ClassName}Bo extends ${Entity} {
|
||||
#end
|
||||
#end
|
||||
|
||||
/**
|
||||
* 分页大小
|
||||
*/
|
||||
@ApiModelProperty("分页大小")
|
||||
private Integer pageSize;
|
||||
|
||||
/**
|
||||
* 当前页数
|
||||
*/
|
||||
@ApiModelProperty("当前页数")
|
||||
private Integer pageNum;
|
||||
|
||||
/**
|
||||
* 排序列
|
||||
*/
|
||||
@ApiModelProperty("排序列")
|
||||
private String orderByColumn;
|
||||
|
||||
/**
|
||||
* 排序的方向desc或者asc
|
||||
*/
|
||||
@ApiModelProperty(value = "排序的方向", example = "asc,desc")
|
||||
private String isAsc;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user