| | |
| | | */ |
| | | public interface ITOrderService extends IService<TOrder> { |
| | | |
| | | List<ReceivableVo> getReceivable(Page<ReceivableVo> receivableVoPage, String time, String name); |
| | | List<ReceivableVo> getReceivable(Page<ReceivableVo> receivableVoPage, String time, String name,int id); |
| | | |
| | | List<ShouldPayVo> getPayList(Page<ShouldPayVo> receivableVoPage, String time, String name); |
| | | List<ShouldPayVo> getPayList(Page<ShouldPayVo> receivableVoPage, String time, String name,int id); |
| | | |
| | | List<ReceivablesList> listOfReceivables(Page<ReceivablesList> receivableVoPage, String time, String name, Integer invoicesId, Integer orderId, Integer state); |
| | | List<ReceivablesList> listOfReceivables(Page<ReceivablesList> receivableVoPage, String time, String name, Integer invoicesId, Integer orderId, Integer state,Integer id); |
| | | |
| | | InvoicesVoTwo listOfReceivablesInfo(Long orderId); |
| | | |
| | | InvoicesVoOne listOfReceivablesInfoOne(Long orderId); |
| | | |
| | | List<PayList> listOfPay(Page<PayList> receivableVoPage, String time, String name, Integer billId, Integer orderId, Integer state); |
| | | List<PayList> listOfPay(Page<PayList> receivableVoPage, String time, String name, Integer billId, Integer orderId, Integer state,Integer id); |
| | | |
| | | InvoicesCarVo listOPayInfo(Long number); |
| | | |
| | |
| | | |
| | | Boolean agreeOfPayment(Long number); |
| | | |
| | | IndexInfo indexList(String time); |
| | | IndexInfo indexList(String time,int id); |
| | | |
| | | List<OrderListVo> getOrderList(Page<OrderListVo> orderListVoPage, OrderListDto dto); |
| | | |