You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- package com.stonedt.intelligence.dao;
-
- import java.util.List;
- import java.util.Map;
-
- import org.apache.ibatis.annotations.Mapper;
- import org.apache.ibatis.annotations.Param;
-
-
- @Mapper
- public interface WarningarticleDao {
-
- List<Map<String, Object>> selectWAlsitByUser(@Param("user_id")Long user_id);
-
- }
|