REQ-2405: 备注信息

This commit is contained in:
yanglin 2024-04-26 09:21:10 +08:00
parent 14882e994e
commit 4405dee676

View File

@ -9,6 +9,7 @@ import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
*/
public interface IterableMapper<T> extends BaseMapper<T> {
// 注意自己的分页插件有没有限制分页的最大条数
int DEFAULT_BATCH_SIZE = 2000;
/**