yin hai 10 horas
pai
achega
5aacad8aa8

+ 6 - 8
src/main/java/cn/com/qmth/mc/bean/subjectivecheck/SubjectiveCheckRejectDomain.java

@@ -32,14 +32,6 @@ public class SubjectiveCheckRejectDomain {
         this.description = description;
     }
 
-	public Long getTaskId() {
-		return taskId;
-	}
-
-	public void setTaskId(Long taskIds) {
-		this.taskId = taskId;
-	}
-
 	public Boolean getSendDeputy() {
 		return sendDeputy;
 	}
@@ -48,5 +40,11 @@ public class SubjectiveCheckRejectDomain {
 		this.sendDeputy = sendDeputy;
 	}
 
+    public Long getTaskId() {
+        return taskId;
+    }
 
+    public void setTaskId(Long taskId) {
+        this.taskId = taskId;
+    }
 }