自定义数据分页示例(10)
来源:未知 责任编辑:责任编辑 发表时间:2013-12-18 11:35 点击:次
public Customer() {
super();
}
/*有参构造器*/
public Customer(String name, String gender, Date birthday,
String cellphone, String email, String perference, String type,
String description) {
super();
this.name = name;
相关新闻>>
- 发表评论
-
- 最新评论 更多>>