mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-23 05:00:25 +08:00
fix(PageResult.java): 接口文档分页响应值无注释问题修复
This commit is contained in:
parent
65f3fa7a6e
commit
5e6f72e0ba
@ -17,7 +17,7 @@ public class PageResult<T> implements Serializable {
|
||||
|
||||
private String code;
|
||||
|
||||
private Data data;
|
||||
private Data<T> data;
|
||||
|
||||
private String msg;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user