dashboard
repositories
filestore
activity
search
login
main
/
xinbi-new
本地新币代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
地址
peter
2025-08-18
0a767d862994e9da159ed97dfedbde57d8e76bd6
[xinbi-new.git]
/
src
/
main
/
java
/
project
/
futures
/
AdminProfitAndLossConfigService.java
1
2
3
4
5
6
7
package project.futures;
import kernel.web.Page;
public interface AdminProfitAndLossConfigService {
public Page pagedQuery(int paramInt1, int paramInt2, String paramString,String partyId);
}