linwe
2023-11-15 25df5530b89fc57a3f32a0e4c706bb40d3e4b415
1
2
3
4
5
6
7
package org.springblade.modules.place.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.springblade.modules.place.entity.PlacePoiLabel;
 
public interface PlacePoiLabelMapper extends BaseMapper<PlacePoiLabel> {
}