platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/vo/ContractOutBoundVo.java
@@ -13,6 +13,9 @@ @Schema(description = "产品id") private Long productId; @Schema(description = "开票名称") private String invoiceName; @Schema(description = "税率(百分比,如13表示13%)") private Double taxRate;