2026-08-13 fe37e2f866aca38111ba6ab7ce66ef93b3e05f29
src/main/java/com/ruoyi/production/bean/dto/ProductionOperationTaskDto.java
@@ -47,4 +47,10 @@
    @Schema(description = "是否生产")
    private Integer isProduction;
    @Schema(description = "是否按当前登录用户过滤权限")
    private Boolean filterByCurrentUser;
    @Schema(description = "当前用户ID,用于SQL权限过滤")
    private Long currentUserId;
}