package com.nq.service; import com.nq.pojo.Bank; import java.util.List; public interface IBankServices { List queryAll(); }