package com.nq.service; import com.github.pagehelper.PageInfo; import com.nq.common.ServerResponse; public interface ISiteAmtTransLogService { ServerResponse transList(Integer paramInteger, String paramString, int paramInt1, int paramInt2); }