This commit is contained in:
Looly
2022-07-16 22:46:31 +08:00
parent 8e7d09cfc0
commit 681535c575
30 changed files with 1296 additions and 45 deletions

View File

@@ -185,7 +185,7 @@ public class CRUDTest {
Console.log(data1);
final int[] result = db.insert(ListUtil.of(data1));
final int[] result = db.insert(ListUtil.of(new Entity[]{data1}));
Console.log(result);
}