locationAreas

@OneToMany(mappedBy = "location")
abstract val locationAreas: List<LocationArea>

地点区域列表