liukangdong
2025-01-10 07c1ebfe7589fd68363a9cb72301359f953658d3
server/visits/dmvisit_service/src/main/java/com/doumee/service/business/YwContractBillService.java
@@ -4,6 +4,7 @@
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 java.util.List;
@@ -91,6 +92,13 @@
    PageData<YwContractBill> findPage(PageWrap<YwContractBill> pageWrap);
    /**
     * 逾期账单分页
     * @param pageWrap
     * @return
     */
    PageData<YwContractBill> findPageForOverdue(PageWrap<YwContractBill> pageWrap);
    /**
     * 条件统计
     *
     * @param ywContractBill 实体对象
@@ -107,6 +115,11 @@
    List<YwContractBill> getCanBackBill(YwContractBill model);
    YwContractBillDataVO getWaitDealList(Integer contractId);
    List<YwContractBillCallDataVO> getNoticeCustomerData(List<Integer> billIds);
}