package com.yeshi.fanli.dao.mybatis; import java.util.List; import com.yeshi.fanli.entity.system.CustomerContent; import com.yeshi.fanli.entity.system.CustomerName; public interface SystemClientParamsMapper { Integer getCount(int type); CustomerName getHelpCenter(long id); Integer getProblemCount(long id); List contactCustomerService(String title); }