liusheng
2023-06-16 e53334611e8d51fb67e769cba898743f11dcf627
smartor/src/main/java/com/smartor/mapper/SvyCategoryMapper.java
@@ -1,7 +1,9 @@
package com.smartor.mapper;
import java.util.List;
import com.smartor.domain.SvyCategory;
import org.apache.ibatis.annotations.Mapper;
/**
 * 问卷分类Mapper接口
@@ -9,15 +11,15 @@
 * @author ruoyi
 * @date 2023-03-02
 */
public interface SvyCategoryMapper
{
@Mapper
public interface SvyCategoryMapper {
    /**
     * 查询问卷分类
     * 
     * @param id 问卷分类主键
     * @return 问卷分类
     */
    public SvyCategory selectSvyCategoryById(Long id);
    public List<SvyCategory> selectSvyCategoryById(String categoryname);
    /**
     * 查询问卷分类列表