一条来自头发不光不成大佬的老狗的交友启事
HansomePersonhandsomeperson = new HandsomePerson();
handsomePerson.setGender("男");
handsomePerson.setJob("java");
handsomePerson.setBirth("94.10.04");
handsomePerson.sertHobby("coding","swimming","bodybuilding");
BeautifulPerson beautifulPerson = new BeautifulPerson();
beautifulPerson.setGender("女");
beautifulPerson.setBirth("<= 94");
beautifulPerson.setHeight(160);
handsomePerson.setExpectObject(beautifulPerson);
展开
19