| | |
| | | @ExcelProperty("状态") |
| | | private Integer status; |
| | | |
| | | @Schema(description = "BPM 流程实例编号,非空表示盘点结果已提交审批", example = "xxx") |
| | | private String processInstanceId; |
| | | @Schema(description = "审核人用户编号", example = "1") |
| | | private Long reviewerId; |
| | | |
| | | @Schema(description = "审核人姓名", example = "张三") |
| | | private String reviewerName; |
| | | |
| | | @Schema(description = "结果审批提交时间 / 审核时间", example = "2026-09-16 10:00:00") |
| | | private LocalDateTime reviewTime; |
| | | |
| | | @Schema(description = "审核意见(通过时的意见 / 不通过时的原因)", example = "盘亏差异需附说明") |
| | | private String reviewRemark; |
| | | |
| | | @Schema(description = "备注", example = "备注") |
| | | @ExcelProperty("备注") |