zouyu
2026-04-22 fbbfb006e1d745ca3b7ae9ef497c06da4128f380
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;
    }
}