zqy
2024-07-16 9a4b09e6a32b4510e1e9c4fb13d6cb90b896abe4
zhang-content/src/main/java/com/ruoyi/mapper/ZYearInfoMapper.java
@@ -4,6 +4,9 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.domain.ZYearInfo;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Select;
import java.util.List;
/**
 * <p>
@@ -15,5 +18,7 @@
 */
@Mapper
public interface ZYearInfoMapper extends BaseMapper<ZYearInfo> {
    @Select("select distinct type from z_year_info")
    List<String> listType();
}