spring+druid+mybatis samples
This commit is contained in:
@ -10,7 +10,7 @@ import java.util.List;
|
||||
* @description :
|
||||
*/
|
||||
|
||||
@Mapper
|
||||
|
||||
public interface MysqlDao {
|
||||
|
||||
List<Relation> queryById(String id);
|
||||
|
@ -9,7 +9,7 @@ import java.util.List;
|
||||
* @author : heibaiying
|
||||
* @description :
|
||||
*/
|
||||
@Mapper
|
||||
|
||||
public interface OracleDao {
|
||||
|
||||
List<Flow> queryById(long id);
|
||||
|
Reference in New Issue
Block a user