linwe
2023-12-21 dfe0fb068a602a2611d9dc81df3138eef558dee5
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> {
}