Skip to content

Commit

Permalink
fix:批量删除用户接口参数对象声明错误
Browse files Browse the repository at this point in the history
Closes #IAQB7I
  • Loading branch information
NotFound403 committed Sep 11, 2024
1 parent e8936e9 commit e35d25d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
*/
@Data
public class UserIds {
private final List<String> useridList;
private final List<String> useridlist;
}

0 comments on commit e35d25d

Please sign in to comment.