wuxw
2020-02-03 b3c79c2addbccedef3eb29c2befe77803bfd106b
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);
}