linwe
2023-11-25 8400a67289b214b83a20484410fff96d236c6d49
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> {
}