| | |
| | | public class RepairDto extends PageDto implements Serializable { |
| | | |
| | | private String repairName; |
| | | private Date appointmentTime; |
| | | private String appointmentTime; |
| | | private String repairType; |
| | | private String context; |
| | | private String repairId; |
| | |
| | | private String stateName; |
| | | private String communityId; |
| | | private String roomId; |
| | | private String[] roomIds; |
| | | private String repairTypeName; |
| | | |
| | | private String staffId; |
| | | |
| | | private String repairDispatchState; |
| | | private String repairDispatchContext; |
| | | private String repairDispatchStateName; |
| | | |
| | | private Date createTime; |
| | | |
| | |
| | | this.repairName = repairName; |
| | | } |
| | | |
| | | public Date getAppointmentTime() { |
| | | public String getAppointmentTime() { |
| | | return appointmentTime; |
| | | } |
| | | |
| | | public void setAppointmentTime(Date appointmentTime) { |
| | | public void setAppointmentTime(String appointmentTime) { |
| | | this.appointmentTime = appointmentTime; |
| | | } |
| | | |
| | |
| | | public void setRepairTypeName(String repairTypeName) { |
| | | this.repairTypeName = repairTypeName; |
| | | } |
| | | |
| | | |
| | | public String getStaffId() { |
| | | return staffId; |
| | | } |
| | | |
| | | public void setStaffId(String staffId) { |
| | | this.staffId = staffId; |
| | | } |
| | | |
| | | public String getRepairDispatchState() { |
| | | return repairDispatchState; |
| | | } |
| | | |
| | | public void setRepairDispatchState(String repairDispatchState) { |
| | | this.repairDispatchState = repairDispatchState; |
| | | } |
| | | |
| | | public String getRepairDispatchContext() { |
| | | return repairDispatchContext; |
| | | } |
| | | |
| | | public void setRepairDispatchContext(String repairDispatchContext) { |
| | | this.repairDispatchContext = repairDispatchContext; |
| | | } |
| | | |
| | | public String getRepairDispatchStateName() { |
| | | return repairDispatchStateName; |
| | | } |
| | | |
| | | public void setRepairDispatchStateName(String repairDispatchStateName) { |
| | | this.repairDispatchStateName = repairDispatchStateName; |
| | | } |
| | | |
| | | public String[] getRoomIds() { |
| | | return roomIds; |
| | | } |
| | | |
| | | public void setRoomIds(String[] roomIds) { |
| | | this.roomIds = roomIds; |
| | | } |
| | | } |