Merge pull request '完成评论管理接口开发' (#65) from Brunch_LPQ into main
commit
038898928b
@ -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