package com.persagy.proxy.adm.service.impl; import com.persagy.proxy.adm.model.AdmLocationPoint; import com.persagy.proxy.adm.service.IAdmLocationPointService; import org.springframework.stereotype.Service; /** * @ClassName AdmLocationPointServiceImpl * @Description: 点位标签实现类 * @Author linhuili * @Date 2021/8/31 09:47 * @Version V1.0 **/ @Service public class AdmLocationPointServiceImpl extends AbstractAdmBaseServiceImpl implements IAdmLocationPointService { }