package org.springblade.modules.location.vo; import lombok.Data; import org.springblade.modules.location.entity.LivePersonLocation; @Data public class LivePersonLocationVO extends LivePersonLocation { }