MyBatis Plus 通过实体获取表名 TableName,还是挺方便的,使用SqlHelper工具类即可,

代码如下:


SqlHelper.table(SysUser.class).getTableName()