package com.persagy.proxy.adm.service; import com.persagy.proxy.adm.model.AdmLocationPoint; /** * @ClassName IAdmLocationPointService * @Description: 点位标签 * @Author linhuili * @Date 2021/8/30 16:07 * @Version V1.0 **/ public interface IAdmLocationPointService extends IAdmBaseService{ }