wuxw
2022-10-21 dc049522c3e7a5e6f2dfa5d9dec8503d2372473a
1
2
3
4
5
6
7
8
package com.java110.boot.smo.fee;
 
import com.java110.core.context.IPageData;
import org.springframework.http.ResponseEntity;
 
public interface IListFeeSummarySMO {
    public ResponseEntity<String> list(IPageData pd);
}