yudao-module-crm/src/main/java/cn/iocoder/yudao/module/crm/controller/admin/contract/vo/contract/CrmContractRespVO.java
@@ -52,15 +52,24 @@
    @ExcelProperty(value = "所属部门", index = 16)
    private String ownerUserDeptName;
    @Schema(description = "工作流编号", example = "1043")
    private String processInstanceId;
    @Schema(description = "审批状态", requiredMode = Schema.RequiredMode.REQUIRED, example = "0")
    private Integer auditStatus;
    @Schema(description = "合同状态名称", example = "审批中")
    @ExcelProperty(value = "合同状态", index = 20)
    private String auditStatusName;
    @Schema(description = "审核人用户编号", example = "1024")
    private Long reviewerId;
    @Schema(description = "审核人姓名", example = "张三")
    private String reviewerName;
    @Schema(description = "审核时间")
    private LocalDateTime reviewTime;
    @Schema(description = "审核意见(不通过时即不通过原因)", example = "金额需与客户再次核对")
    private String reviewRemark;
    @Schema(description = "下单日期", requiredMode = Schema.RequiredMode.REQUIRED)
    @ExcelProperty(value = "下单时间", index = 6)
@@ -96,6 +105,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")
@@ -118,6 +133,30 @@
    @ExcelProperty(value = "备注", index = 11)
    private String remark;
    @Schema(description = "合同类型", example = "power")
    private String contractType;
    @Schema(description = "电压等级", example = "10kV")
    private String voltageLevel;
    @Schema(description = "用电类型", example = "industrial")
    private String electricityType;
    @Schema(description = "合同容量(kVA)", example = "800")
    private BigDecimal contractCapacity;
    @Schema(description = "电价模式", example = "two-part")
    private String tariffMode;
    @Schema(description = "计量方式", example = "high-high")
    private String meterMode;
    @Schema(description = "缴费周期(月)", example = "12")
    private Integer payCycle;
    @Schema(description = "指令数量")
    private Long commandCount;
    @Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED)
    @ExcelProperty(value = "创建时间", index = 18)
    private LocalDateTime createTime;