performance-server/src/main/java/com/ruoyi/performance/pojo/PerformanceShift.java
@@ -55,4 +55,11 @@ @ApiModelProperty("批注内容") private String annotationText; public PerformanceShift() { } public PerformanceShift(Integer userId, LocalDateTime workTime) { this.userId = userId; this.workTime = workTime; } }