dashboard
repositories
filestore
activity
search
login
main
/
dabaogp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
时区修改 购买修复
zyy
2025-08-08
4022317de4b4361ad75a7366a7cf2a9ee70ac395
[dabaogp.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);
}