wuxw
2020-01-27 82030c489dc4aaf2759880e33e8734ee3fb2d96d
1
2
3
4
5
6
7
8
package com.java110.report.smo.fee;
 
import com.java110.core.context.IPageData;
import org.springframework.http.ResponseEntity;
 
public interface IListTempCarInoutFeeSMO {
    public ResponseEntity<String> list(IPageData pd);
}