JavaCode/BsTemplate/Mapper.java
@@ -14,12 +14,5 @@ @Mapper @Repository public interface {mapperName} extends BaseMapper<{entityName}> { /** * 查询一条 * * @param {id} * @return */ @Select("{selectSql}") {entityName} selectOne(@Param("{id}") Integer {id}); {wkt} }