REQ-2405: 添加todo

This commit is contained in:
yanglin 2024-04-24 18:14:50 +08:00
parent a05e7e4112
commit 418304115d

View File

@ -20,4 +20,6 @@ public interface IterableMapper<T> extends BaseMapper<T> {
return RecordIterable.iterateElement(this, pageSize, query);
}
// TODO(yl): new methods with dynamic total
}