1
13693261870
2022-11-12 789027cd17a31a439efeef8ba1ef61705ba43edc
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});
}