| | |
| | | @DiffLogField(name = "备注") |
| | | private String remark; |
| | | |
| | | @Schema(description = "合同类型(power/energy/resident/solar)", example = "power") |
| | | @DiffLogField(name = "合同类型") |
| | | 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 List<Product> products; |
| | | |