Skip to content

Commit

Permalink
3.5.1
Browse files Browse the repository at this point in the history
修复FastJson2下,void返回类型封装失败的
  • Loading branch information
feiniaojin committed Feb 20, 2024
1 parent 1267aef commit aef852f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public class UserInfoQuery {

@NotNull(message = "userName is null !")
@Length(min = 6, max = 12)
@ValidationStatusCode(code = "520")
private String userName;

@NotNull(message = "age is null !")
Expand Down

0 comments on commit aef852f

Please sign in to comment.