package com.skyline.electricity.service; import java.util.*; public interface OutService { List selectExternPeople(final String id); }