• 大小: 16.54MB
    文件类型: .7z
    金币: 1
    下载: 0 次
    发布日期: 2023-07-06
  • 语言: 其他
  • 标签: 顺风搬家  

资源简介

顺风搬家预约登记系统

资源截图

代码片段和文件信息

package com.remover.bean;

public class Message {

private int id;
private String area;
private String cartype;
private String movedate;
private String contact;
private String phone;
private String status;


public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getArea() {
return area;
}
public void setArea(String area) {
this.area = area;
}
public String getCartype() {
return cartype;
}
public void setCartype(String cartype) {
this.cartype = cartype;
}
public String getMovedate() {
return movedate;
}
public void setMovedate(String movedate) {
this.movedate = movedate;
}
public String getContact() {
return contact;
}
public void setContact(String contact) {
this.contact = contact;
}
public String getPhone() {
return phone;
}
public void setPhone(String phone) {
this.phone = phone;
}
public String getStatus() {
return status;
}
public void setStatus(String status) {
this.status = status;
}



}

评论

共有 条评论

相关资源