| | |
| | | |
| | | import com.doumee.core.model.PageData; |
| | | import com.doumee.core.model.PageWrap; |
| | | import com.doumee.dao.business.dto.EntrustInvoicingDTO; |
| | | import com.doumee.dao.business.model.Taxes; |
| | | import java.util.List; |
| | | |
| | |
| | | */ |
| | | PageData<Taxes> findPage(PageWrap<Taxes> pageWrap); |
| | | |
| | | PageData<Taxes> findPageForCompany(PageWrap<Taxes> pageWrap); |
| | | /** |
| | | * 条件统计 |
| | | * |
| | |
| | | long count(Taxes taxes); |
| | | |
| | | void doneApply(Taxes taxes); |
| | | |
| | | void backApply(Taxes taxes); |
| | | |
| | | |
| | | /** |
| | | * 委托投保提交 |
| | | * @param entrustInvoicingDTO |
| | | */ |
| | | void entrustInvoicing(EntrustInvoicingDTO entrustInvoicingDTO); |
| | | |
| | | } |