数据库读写分离 功能完善

yun-zuoyi
wei.peng 5 years ago
parent 25b2109144
commit d5051cabdb

@ -31,8 +31,11 @@ public class Pager {
@ApiParam("翻页操作")
private String pageMethod;
/* 默认最小数量分页 */
private static final Pager min;
/* 默认最大数量分页 */
private static final Pager max;
/* 默认数量分页 */
private static final Pager defaultPager;
static {

Loading…
Cancel
Save