platformx-business-finance-biz/src/main/java/com/by4cloud/platformx/business/service/ContractInvoiceService.java
@@ -9,6 +9,8 @@ public interface ContractInvoiceService { R getContractOutBound(Long contractId); R getContractAdvance(Long contractId); R genInvoiceInfo(GenInvoiceInfoDTO genInvoiceInfoDTO); R toInvoice(GenInvoiceInfoDTO genInvoiceInfoDTO);