| | |
| | | @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") |
| | |
| | | @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; |