摘要: 实体类pojo package com.kuang.pojo; //实体类: 我们一般是和数据库中的表结构一一对应的 public class People { private int id; private String name; private int age; private String 阅读全文
posted @ 2021-03-13 19:24 氢氧soc 阅读(193) 评论(0) 推荐(0)