1
This commit is contained in:
16
src/main/java/com/peanut/modules/common/to/ParamTo.java
Normal file
16
src/main/java/com/peanut/modules/common/to/ParamTo.java
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
package com.peanut.modules.common.to;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class ParamTo {
|
||||||
|
|
||||||
|
private Integer id;
|
||||||
|
|
||||||
|
private Integer limit;
|
||||||
|
|
||||||
|
private Integer page;
|
||||||
|
|
||||||
|
private String keywords;
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user