fq
zj
2025-06-13 08ea05f85c9dd77834e56a2b912b2c43ac8888cd
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);
}