parent
5abc63b45e
commit
c0c926b2da
@ -0,0 +1,11 @@
|
||||
package com.itmk.web.goods_comment.entity;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
|
||||
|
||||
@Data
|
||||
public class CommentParm {
|
||||
private Integer currentPage; //当前页
|
||||
private Integer pageSize;//每页查询的条数
|
||||
}
|
Loading…
Reference in new issue