MyBatis xml文件:
select count(*) from tableName
MyBatis的Mapper文件:
int selectNums();
MyBatis xml文件:
select count(*) from tableName
MyBatis的Mapper文件:
int selectNums();
微信扫码登录