无关风月
2025-07-12 581a4811fb62fcfef4e6a19cc67e095a167f139d
ruoyi-system/src/main/java/com/ruoyi/system/applet/query/LeaveListUserQuery.java
@@ -17,6 +17,8 @@
    private List<Long> userIds;
    @ApiModelProperty(value = "类型1=我审批的 2=我申请的")
    private String type;
    @ApiModelProperty(value = "类型1=待审批 2=已审批")
    private String auditStatus;
    @ApiModelProperty(value = "当前登陆人id 前端忽略")
    private String userId;
}