package com.java110.user.bmo.rentingPool; import com.alibaba.fastjson.JSONObject; import com.java110.po.rentingPoolFlow.RentingPoolFlowPo; import org.springframework.http.ResponseEntity; public interface IAuditRentingBMO { /** * 审核 * @param rentingPoolFlowPo * @return */ public ResponseEntity audit(RentingPoolFlowPo rentingPoolFlowPo,String userId); }