|
|
@@ -34,6 +34,12 @@ public class InvoiceAndSettlementVo {
|
|
|
@Schema(description = "差额原因")
|
|
|
private String paymentReason;
|
|
|
|
|
|
+
|
|
|
+ @Schema(description = "回款差额(开票并结算的时候使用)")
|
|
|
+ private BigDecimal settlementPaymentDifference;
|
|
|
+ @Schema(description = "差额原因(开票并结算的时候使用)")
|
|
|
+ private String settlementPaymentReason;
|
|
|
+
|
|
|
@Schema(description = "附加id")
|
|
|
private List<String> attachmentIds;
|
|
|
}
|