摘要: 1 package com.test2; 2 3 import java.io.Serializable; 4 /** 5 * 用户类 6 * @author jjit 7 * 8 */ 9 public class User implements Serializable{ 10 private String name; 11 private int... 阅读全文
posted @ 2019-03-08 21:35 Zhangchuanfeng 阅读(221) 评论(0) 推荐(0) 编辑