linwe
2023-11-11 a1d8ea1a72cddf7651742b87f042602ab006c879
1
2
3
4
5
6
7
8
package org.springblade.modules.place.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import org.springblade.modules.place.entity.PlaceExtEntity;
import org.springblade.modules.place.entity.PlacePoiLabel;
 
public interface IPlacePoiLabelService extends IService<PlacePoiLabel> {
}