| | |
| | | private String routeName; |
| | | private String actUserName; |
| | | private String planUserName; |
| | | private String planUserId; |
| | | private String signType; |
| | | private String signTypeName; |
| | | private String inspectionPlanId; |
| | |
| | | |
| | | //巡检点打卡时间 |
| | | private String inspectionTime; |
| | | private String inspectionStartTime; |
| | | private String inspectionEndTime; |
| | | |
| | | //签到状态 |
| | | private String inspectionState; |
| | |
| | | |
| | | //当前日期 |
| | | private String nowTime; |
| | | //二维码巡检时 的时间 |
| | | private String qrCodeTime; |
| | | |
| | | private String statusCd = "0"; |
| | | private String itemId; |
| | | |
| | | public String getInspectionId() { |
| | | return inspectionId; |
| | |
| | | public void setInspectionTimeFlag(String inspectionTimeFlag) { |
| | | this.inspectionTimeFlag = inspectionTimeFlag; |
| | | } |
| | | |
| | | public String getInspectionStartTime() { |
| | | return inspectionStartTime; |
| | | } |
| | | |
| | | public void setInspectionStartTime(String inspectionStartTime) { |
| | | this.inspectionStartTime = inspectionStartTime; |
| | | } |
| | | |
| | | public String getInspectionEndTime() { |
| | | return inspectionEndTime; |
| | | } |
| | | |
| | | public void setInspectionEndTime(String inspectionEndTime) { |
| | | this.inspectionEndTime = inspectionEndTime; |
| | | } |
| | | |
| | | public String getItemId() { |
| | | return itemId; |
| | | } |
| | | |
| | | public void setItemId(String itemId) { |
| | | this.itemId = itemId; |
| | | } |
| | | |
| | | public String getPlanUserId() { |
| | | return planUserId; |
| | | } |
| | | |
| | | public void setPlanUserId(String planUserId) { |
| | | this.planUserId = planUserId; |
| | | } |
| | | |
| | | public String getQrCodeTime() { |
| | | return qrCodeTime; |
| | | } |
| | | |
| | | public void setQrCodeTime(String qrCodeTime) { |
| | | this.qrCodeTime = qrCodeTime; |
| | | } |
| | | } |