|
|
|
@ -29,6 +29,9 @@ public class SearchCaseProcessByTaskIdItemDto { |
|
|
|
@XStreamAlias("note") |
|
|
|
private String note; |
|
|
|
|
|
|
|
@XStreamAlias("operatetype") |
|
|
|
private String operatetype; |
|
|
|
|
|
|
|
public String getTaskid() { |
|
|
|
return taskid; |
|
|
|
} |
|
|
|
@ -76,4 +79,12 @@ public class SearchCaseProcessByTaskIdItemDto { |
|
|
|
public void setNote(String note) { |
|
|
|
this.note = note; |
|
|
|
} |
|
|
|
|
|
|
|
public String getOperatetype() { |
|
|
|
return operatetype; |
|
|
|
} |
|
|
|
|
|
|
|
public void setOperatetype(String operatetype) { |
|
|
|
this.operatetype = operatetype; |
|
|
|
} |
|
|
|
} |
|
|
|
|