REQ-2405: 备注信息
This commit is contained in:
parent
14882e994e
commit
4405dee676
@ -9,6 +9,7 @@ import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
||||
*/
|
||||
public interface IterableMapper<T> extends BaseMapper<T> {
|
||||
|
||||
// 注意自己的分页插件有没有限制分页的最大条数
|
||||
int DEFAULT_BATCH_SIZE = 2000;
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user