public class Student extends Object
(专用程序包) String
address
age
id
name
sex
Student()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@Random(value={"1","2","3"}) String id
@Random(value={"Mike","Rock","Hansome","John","Kate"}) String name
@Random(value={"female","male"}) String sex
@Random(value={"19","20","21","22","23","24"}) String age
@Random(value={"Haidian Beijing","Washington DC.","Toroto","England","Ukuran"}) String address
public Student()
Copyright © 2022. All rights reserved.