摘要: User类 package com.code_g.domain; public class User { private int id; private String username; private String password; public int getId() { return id; 阅读全文
posted @ 2021-05-26 23:57 code-G 阅读(49) 评论(0) 推荐(0) 编辑