| | |
| | | private String planUserId; |
| | | private String actInsTime; |
| | | private String planInsTime; |
| | | private String todayPlanInsTime; // 今天计划时间 |
| | | private String actUserName; |
| | | private String signType; |
| | | private String signTypeName; |
| | | private String inspectionPlanId; |
| | | private String inspectionPlanName; |
| | | private String planUserName; |
| | | private String communityId; |
| | | private String actUserId; |
| | | private String taskId; |
| | | private String state; |
| | | private String stateName; |
| | | |
| | | private Date scopeTime; |
| | | private String ipStaffId; |
| | | private String[] states; |
| | | |
| | | |
| | | private Date createTime; |
| | |
| | | public void setStateName(String stateName) { |
| | | this.stateName = stateName; |
| | | } |
| | | |
| | | public String getInspectionPlanName() { |
| | | return inspectionPlanName; |
| | | } |
| | | |
| | | public void setInspectionPlanName(String inspectionPlanName) { |
| | | this.inspectionPlanName = inspectionPlanName; |
| | | } |
| | | |
| | | public Date getScopeTime() { |
| | | return scopeTime; |
| | | } |
| | | |
| | | public void setScopeTime(Date scopeTime) { |
| | | this.scopeTime = scopeTime; |
| | | } |
| | | |
| | | public String getIpStaffId() { |
| | | return ipStaffId; |
| | | } |
| | | |
| | | public void setIpStaffId(String ipStaffId) { |
| | | this.ipStaffId = ipStaffId; |
| | | } |
| | | |
| | | public String[] getStates() { |
| | | return states; |
| | | } |
| | | |
| | | public void setStates(String[] states) { |
| | | this.states = states; |
| | | } |
| | | |
| | | public String getTodayPlanInsTime() { |
| | | return todayPlanInsTime; |
| | | } |
| | | |
| | | public void setTodayPlanInsTime(String todayPlanInsTime) { |
| | | this.todayPlanInsTime = todayPlanInsTime; |
| | | } |
| | | } |