wuxw
2022-08-25 61d8d27b3f6b4133ac3d347d524e7bb51169c861
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 IListPayFeeSMO {
    public ResponseEntity<String> list(IPageData pd);
}