xuhy
2025-07-11 653cb0ed3e7be231059480cee266b11f1c9ba11e
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;
}