zss
7 天以前 e632c7124b8ccff93396a5fecba83a5b6a6d835a
src/main/java/com/ruoyi/production/bean/dto/ProductionOperationTaskDto.java
@@ -44,4 +44,13 @@
    @Schema(description = "结束日期")
    @DateTimeFormat(pattern = "yyyy-MM-dd")
    private LocalDate endDate;
    @Schema(description = "是否生产")
    private Integer isProduction;
    @Schema(description = "是否按当前登录用户过滤权限")
    private Boolean filterByCurrentUser;
    @Schema(description = "当前用户ID,用于SQL权限过滤")
    private Long currentUserId;
}