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