fix
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package com.cool.store.dto;
|
||||
|
||||
import lombok.Data;
|
||||
import org.springframework.web.bind.annotation.RequestParam;
|
||||
|
||||
/**
|
||||
* @Author: WangShuo
|
||||
* @Date: 2025/04/10/11:30
|
||||
* @Version 1.0
|
||||
* @注释:
|
||||
*/
|
||||
@Data
|
||||
public class GetUserDTO {
|
||||
private String keyword;
|
||||
private Integer pageNum =1;
|
||||
private Integer pageSize = 10;
|
||||
}
|
||||
Reference in New Issue
Block a user