2019年5月29日
摘要: student类: package com.myschool.entity; public class student{ private int studentno; //学号 private String loginpwd; //密码 private String studentname; //学 阅读全文
posted @ 2019-05-29 16:51 wnwn 阅读(433) 评论(0) 推荐(0) 编辑