Done ticket GEPAFINBE-52
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package net.gepafin.tendermanagement.model.request;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
import jakarta.validation.constraints.NotEmpty;
|
||||
import jakarta.validation.constraints.NotNull;
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
public class LoginAttemptReq {
|
||||
|
||||
private String userName;
|
||||
|
||||
@NotNull
|
||||
private Long userId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user