1
mirror of https://github.com/CarmJos/EasySQL.git synced 2026-06-04 15:28:20 +08:00

[v0.3.1] 修复一些小的规范问题

This commit is contained in:
2022-01-26 14:49:19 +08:00
parent 386093e58b
commit 36a23af450
10 changed files with 14 additions and 14 deletions
@@ -15,6 +15,7 @@ public interface SQLUpdateBatchAction extends SQLAction<List<Integer>> {
*/
SQLUpdateBatchAction addBatch(@NotNull String sql);
@Override
default @NotNull String getSQLContent() {
return getSQLContents().get(0);
}