| | |
| | | |
| | | @Schema(description = "作业概要") |
| | | @ExcelProperty("作业概要") |
| | | private Integer summary; |
| | | private String summary; |
| | | |
| | | @Schema(description = "备注", example = "你猜") |
| | | @ExcelProperty("备注") |
| | |
| | | @ExcelProperty("创建时间") |
| | | private LocalDateTime createTime; |
| | | |
| | | } |
| | | @Schema(description = "对应租赁编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "19472") |
| | | @ExcelProperty("对应租赁编号") |
| | | private Long rentId; |
| | | |
| | | @Schema(description = "已缴费", requiredMode = Schema.RequiredMode.REQUIRED, example = "1") |
| | | @ExcelProperty("已缴费") |
| | | private Integer paid; |
| | | } |