2026-08-10 9fceeaad9af96bc58ba714560814c6e94f8af406
yudao-module-crm/src/main/java/cn/iocoder/yudao/module/crm/controller/admin/contract/vo/contract/CrmContractRespVO.java
@@ -96,6 +96,12 @@
    @ExcelProperty(value = "未回款金额(元)", index = 13)
    private BigDecimal unReceivablePrice;
    @Schema(description = "已开票金额(含审批中),统计审批通过 + 审批中的开票", example = "5617")
    private BigDecimal totalInvoicePrice;
    @Schema(description = "未开票金额,等于 合同金额 - 已开票金额", example = "1000.00")
    private BigDecimal unInvoicePrice;
    @Schema(description = "关联 ERP 销售订单编号", example = "12345")
    private Long orderId;
    @Schema(description = "ERP 销售订单单号", example = "SO001")