xiaoyi
4 天以前 abf1c0a35d85d38239ff5d2ed746a4e4b797c9d1
yudao-module-crm/src/main/java/cn/iocoder/yudao/module/crm/controller/admin/contract/vo/contract/CrmContractRespVO.java
@@ -124,6 +124,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;