JavaCode/BsTemplate/Mapper.java @@ -14,5 +14,4 @@ @Mapper @Repository public interface {mapperName} extends BaseMapper<{entityName}> { {wkt} }