zouyu
2026-04-30 fe97e3191aaa5f5db104541946f6ac7937e46e15
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;
    }
}