Skip to content

Commit 8480086

Browse files
committed
Java: SQLConfig 和 SQLExecutor 也指定主键泛型
1 parent 66e21ba commit 8480086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/java/apijson/demo/DemoSQLExecutor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
*
6262
* @author Lemon
6363
*/
64-
public class DemoSQLExecutor extends APIJSONSQLExecutor {
64+
public class DemoSQLExecutor extends APIJSONSQLExecutor<Long> {
6565
public static final String TAG = "DemoSQLExecutor";
6666

6767
// Redis 缓存 <<<<<<<<<<<<<<<<<<<<<<<

0 commit comments

Comments
 (0)