Commit dc485d4d by 徐高华

朋友圈

parent 85c1452d
...@@ -62,6 +62,17 @@ public class TaskDetailDTO implements Serializable { ...@@ -62,6 +62,17 @@ public class TaskDetailDTO implements Serializable {
// 0已失效1待执行 2已执行 // 0已失效1待执行 2已执行
private Integer taskStatus ; private Integer taskStatus ;
// 1内容
private Integer mediaType ;
public Integer getMediaType() {
return mediaType;
}
public void setMediaType(Integer mediaType) {
this.mediaType = mediaType;
}
public Long getAttendId() { public Long getAttendId() {
return attendId; return attendId;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment