package com.java110.fee.bmo.prestoreFee; import com.java110.dto.prestoreFee.PrestoreFeeDto; import org.springframework.http.ResponseEntity; public interface IGetPrestoreFeeBMO { /** * 查询预存费用 * add by wuxw * @param prestoreFeeDto * @return */ ResponseEntity get(PrestoreFeeDto prestoreFeeDto); }