zouyu
2026-05-07 25ca0715b47090fc79527910cbb4cf7ea9b3e1f2
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;
    }
}