摘要:
@WebServlet("/code") public class VerifyCodeUtils extends HttpServlet { @Override protected void service(HttpServletRequest req, HttpServletResponse r 阅读全文
posted @ 2022-06-16 09:43
启豪
阅读(55)
评论(0)
推荐(0)
摘要:
@NoArgsConstructor @Data //生成 空参构造 get、set、 tostring、 equals、 hascode public class PageUtils<T> { private int totalCount;//总记录数 依赖查询,外界传入 private int 阅读全文
posted @ 2022-06-16 09:41
启豪
阅读(119)
评论(0)
推荐(0)