whyclxw
2025-04-28 d954a95b9bb22b9a656d95f7263de98f62d61dbe
1
2
3
4
5
6
7
8
9
10
package com.whyc.mapper;
 
 
import com.whyc.pojo.plus_user.MapOutline;
 
public interface MapOutlineMapper extends CustomMapper<MapOutline> {
 
    //查询激活的地图
    String selectMapName();
}