zqy
2024-06-28 4c1aa5c03b32aaae0f88dfa3ea5dcef3419d4c86
zhang-content/src/main/java/com/ruoyi/mapper/ZfCollectionMapper.java
@@ -4,6 +4,9 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.domain.ZfCollection;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Select;
import java.util.List;
/**
 * <p>
@@ -16,4 +19,6 @@
@Mapper
public interface ZfCollectionMapper extends BaseMapper<ZfCollection> {
    @Select("select distinct type from zf_collection")
    List<String> listType();
}