2026-07-01 6b5f7c66fc40d7f6099d561e31a34fbd50dd20d3
yudao-module-crm/src/main/java/cn/iocoder/yudao/module/crm/controller/admin/business/vo/business/CrmBusinessRespVO.java
@@ -87,6 +87,12 @@
    @ExcelProperty("商机总金额")
    private BigDecimal totalPrice;
    @Schema(description = "关联 ERP 销售订单编号", example = "12345")
    private Long orderId;
    @Schema(description = "ERP 销售订单单号", example = "SO001")
    @ExcelProperty("销售订单单号")
    private String orderNo;
    @Schema(description = "备注", example = "随便")
    @ExcelProperty("备注")
    private String remark;