linwe
2023-12-05 9ef0470945cd16a9ed8d2c80088e9a52159dddee
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> {
}