摘要: 后端部分实体类: package com.wedu.springboot.entity; public class Student { private Integer id; private String mobile; private String userName; public Student 阅读全文
posted @ 2023-04-07 21:42 庞司令 阅读(11) 评论(0) 推荐(0)