| | |
| | | import com.doumee.core.model.PageData; |
| | | import com.doumee.core.model.PageWrap; |
| | | import com.doumee.dao.business.model.YwContractBill; |
| | | import com.doumee.dao.business.vo.YwContractBillCallDataVO; |
| | | import com.doumee.dao.business.vo.YwContractBillDataVO; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | PageData<YwContractBill> findPage(PageWrap<YwContractBill> pageWrap); |
| | | |
| | | /** |
| | | * 逾期账单分页 |
| | | * @param pageWrap |
| | | * @return |
| | | */ |
| | | PageData<YwContractBill> findPageForOverdue(PageWrap<YwContractBill> pageWrap); |
| | | |
| | | /** |
| | | * 条件统计 |
| | | * |
| | | * @param ywContractBill 实体对象 |
| | |
| | | |
| | | List<YwContractBill> getCanBackBill(YwContractBill model); |
| | | |
| | | |
| | | YwContractBillDataVO getWaitDealList(Integer contractId); |
| | | |
| | | List<YwContractBillCallDataVO> getNoticeCustomerData(List<Integer> billIds); |
| | | |
| | | void downloadCallFeeDoc(List<Integer> billIds, LoginUserInfo loginUserInfo, HttpServletResponse response); |
| | | |
| | | |
| | | |
| | | } |