2020年9月11日
摘要: /** * LayUI Table 分页对象 */ public class PaginationDto<T> { /**接口状态*/ private Integer code; /**提示文本*/ private String msg; /**数据长度*/ private Long count; 阅读全文
posted @ 2020-09-11 09:49 小破孩楼主 阅读(658) 评论(0) 推荐(1)