摘要: 主要功能 商品列表界面 public class EasyUIResult { private Integer total; private List<?> rows; public EasyUIResult(Integer total, List<?> rows) { this.total = t 阅读全文
posted @ 2019-05-31 09:18 Daybreak_yy 阅读(181) 评论(0) 推荐(0) 编辑