| | |
| | | @Schema(description = "需求来源名称", example = "库存预警") |
| | | private String demandSourceName; |
| | | |
| | | @Schema(description = "工作流编号(历史字段,改造后不再写入)", example = "b2c6c8f9-...") |
| | | private String processInstanceId; |
| | | |
| | | @Schema(description = "审核人编号", example = "1") |
| | | private Long reviewerId; |
| | | |
| | | @Schema(description = "审核人姓名", example = "李四") |
| | | @ExcelProperty("审核人") |
| | | private String reviewerName; |
| | | |
| | | @Schema(description = "审核时间") |
| | | private LocalDateTime reviewTime; |
| | | |
| | | @Schema(description = "审核意见(通过时的意见 / 不通过时的原因)", example = "同意采购") |
| | | @ExcelProperty("审核意见") |
| | | private String reviewRemark; |
| | | |
| | | @Schema(description = "计划日期") |
| | | @ExcelProperty("计划日期") |
| | | private LocalDateTime planDate; |