首先建4个包,bean包,存放Customer类。 service包,存放CustomerList类。ui包,存放CustomerList类。util包,存放CMUtlity类。
一、Customer类的实现:
Customer类是存放实际的用户信息
1.写name,gender,age ,phone,email的get和set方法。
2.写name,gender,age ,phone,email的构造器。 image.png image.png image.png
二、CustomerList的设计:
1.写该类的属性: image.png 两个属性分别是存放客户的数组和记录用户数量的total。
(导入其他包下的属性)
网友评论