zouyu
2026-04-20 1702e168020f36627c7de0b145e7e4f67a0fb2e1
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;
    }
}