333
This commit is contained in:
parent
47198f2033
commit
bbc53de701
@ -17,6 +17,6 @@ public class LoginRequest {
|
|||||||
/**
|
/**
|
||||||
* 来源(1:小程序 2:h5)
|
* 来源(1:小程序 2:h5)
|
||||||
*/
|
*/
|
||||||
@NotEmpty(message = "错误请求", groups = {Login.class})
|
@NotNull(message = "错误请求", groups = {Login.class})
|
||||||
private Integer source;
|
private Integer source;
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user