|
@@ -12,7 +12,7 @@ public class ExamTaskDetailCardDto {
|
|
|
private String examTaskId;
|
|
|
private String paperType;
|
|
|
private String paperAttachmentIds;
|
|
|
- private String cardId;
|
|
|
+// private String cardId;
|
|
|
private String paperConfirmAttachmentIds;
|
|
|
private String remark;
|
|
|
private String exposedPaperType;
|
|
@@ -21,7 +21,7 @@ public class ExamTaskDetailCardDto {
|
|
|
private Boolean enable;
|
|
|
private String makeMethod;
|
|
|
private Integer drawCount;
|
|
|
- private String status;
|
|
|
+// private String status;
|
|
|
private String flowId;
|
|
|
private Integer setup;
|
|
|
// 审核流程taskId
|
|
@@ -77,13 +77,13 @@ public class ExamTaskDetailCardDto {
|
|
|
this.paperAttachmentIds = paperAttachmentIds;
|
|
|
}
|
|
|
|
|
|
- public String getCardId() {
|
|
|
- return cardId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setCardId(String cardId) {
|
|
|
- this.cardId = cardId;
|
|
|
- }
|
|
|
+// public String getCardId() {
|
|
|
+// return cardId;
|
|
|
+// }
|
|
|
+//
|
|
|
+// public void setCardId(String cardId) {
|
|
|
+// this.cardId = cardId;
|
|
|
+// }
|
|
|
|
|
|
public String getPaperConfirmAttachmentIds() {
|
|
|
return paperConfirmAttachmentIds;
|
|
@@ -149,14 +149,13 @@ public class ExamTaskDetailCardDto {
|
|
|
this.drawCount = drawCount;
|
|
|
}
|
|
|
|
|
|
- public String getStatus() {
|
|
|
- return status;
|
|
|
- }
|
|
|
-
|
|
|
- public void setStatus(String status) {
|
|
|
- this.status = status;
|
|
|
- }
|
|
|
-
|
|
|
+// public String getStatus() {
|
|
|
+// return status;
|
|
|
+// }
|
|
|
+//
|
|
|
+// public void setStatus(String status) {
|
|
|
+// this.status = status;
|
|
|
+// }
|
|
|
public String getFlowId() {
|
|
|
return flowId;
|
|
|
}
|