java110
2020-06-15 4c987f507e4c7c0ecec4ec67324f9cc82c9576f9
1
2
3
4
5
6
7
8
9
package com.java110.front.smo.feeType;
 
import com.java110.core.context.IPageData;
import org.springframework.http.ResponseEntity;
 
public interface IFeeTypeSMO {
 
    public ResponseEntity<String> list(IPageData pd);
}