mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 04:27:21 +09:00
사용자(관리자) 수정
This commit is contained in:
@@ -10,7 +10,7 @@ import java.io.Serializable;
|
||||
@Data
|
||||
public class AllMemoListReqDto implements Serializable {
|
||||
|
||||
@NotNull
|
||||
// @NotNull
|
||||
@ApiModelProperty(example = "사용자 ID", name = "사용자 ID", dataType = "String")
|
||||
private String userId;
|
||||
|
||||
|
||||
@@ -14,11 +14,11 @@ public class MemberAdminDetailReqDto implements Serializable {
|
||||
@ApiModelProperty(example = "사용자 ID", name = "사용자 ID", dataType = "String")
|
||||
private String userId;
|
||||
|
||||
@NotNull
|
||||
//@NotNull
|
||||
@ApiModelProperty(example = "페이지당 조회할 목록 수", name = "페이지당 조회할 목록 수", dataType = "String")
|
||||
private int pagePerRows;
|
||||
|
||||
@NotNull
|
||||
//@NotNull
|
||||
@ApiModelProperty(example = "현재 페이지", name = "현재 페이지", dataType = "int")
|
||||
private int page;
|
||||
}
|
||||
Reference in New Issue
Block a user