linwe
2023-11-11 7bbf08d2a38d91bf4a1cf278c52ff7303e05fdaf
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> {
}