dashboard
repositories
filestore
activity
search
login
gp
/
A-stock
A股代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
签章
peter
2026-01-11
5f20fc02cb6873ceabde9f34cf62967bbd92d82f
[gp/A-stock.git]
/
src
/
main
/
java
/
com
/
nq
/
service
/
ISiteAmtTransLogService.java
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);
}