linwe
2023-12-22 ced0a3f9e7aaacb8a5158a324836b5a2622ba9b3
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> {
}