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