| | |
| | | package com.by4cloud.platformx.business.service; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.by4cloud.platformx.business.entity.BillingInfo; |
| | | import com.by4cloud.platformx.business.entity.ContractOutBound; |
| | | import com.by4cloud.platformx.business.entity.SaleCredit; |
| | | import com.by4cloud.platformx.business.entity.invoice.InvoiceResult; |
| | |
| | | |
| | | Map<String, Object> toRedTicket(SaleCredit saleCredit); |
| | | |
| | | Map<String, Object> toRedTicket1(BillingInfo billingInfo); |
| | | |
| | | InvoicingVo toGetByCompare(SaleCredit saleCredit, List<ContractOutBound> contractOutBoundList); |
| | | |
| | | InvoicingVo toGetByCompareByVo(SaleCredit saleCredit, List<ContractOutBoundVo> contractOutBoundList); |
| | | |
| | | InvoicingVo toGetByCompareByVo1(BillingInfo saleCredit, List<ContractOutBoundVo> contractOutBoundList); |
| | | |
| | | Map<String, Object> toKaipiao(InvoicingVo invoicingVo); |
| | | |
| | |
| | | |
| | | boolean pushBlue(Long railwayId, Integer type); //0应收 1应付 |
| | | |
| | | |
| | | } |