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