zj
2024-06-03 4afe73cb84c5a609662b8b4ee20693de9b86b9a3
1
2
3
4
5
6
7
8
9
package com.nq.service;
 
 
import com.github.pagehelper.PageInfo;
import com.nq.common.ServerResponse;
 
public interface ISiteAmtTransLogService {
  ServerResponse<PageInfo> transList(Integer paramInteger, String paramString, int paramInt1, int paramInt2);
}