| | |
| | | import com.ruoyi.common.basic.PageInfo; |
| | | import com.ruoyi.system.model.TFlowManagement; |
| | | import com.ruoyi.system.query.TFlowManagementQuery; |
| | | import com.ruoyi.system.vo.TFlowManagementStatisticsVo; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | */ |
| | | public interface TFlowManagementService extends IService<TFlowManagement> { |
| | | PageInfo<TFlowManagement> pageList(TFlowManagementQuery query); |
| | | List<TFlowManagement> makeQuery(TFlowManagementQuery query); |
| | | |
| | | |
| | | |
| | | TFlowManagementStatisticsVo getPaymentStats(TFlowManagementQuery req); |
| | | List<TFlowManagement> findByBankSerialNumber(String bankSerialNumber); |
| | | } |