提交 bf29d292 编写于 作者: NoSubject's avatar NoSubject

Merge branch 'feature/work的data数据增加updateTime字段' into 'wrdp'

[流程平台]work的data数据增加updateTime字段,视图需要展现

See merge request o2oa/o2oa!2261
......@@ -194,6 +194,7 @@ public class Data extends ListOrderedMap<String, Object> {
private Date completedTime;
/** 来自workCompleted的结束时间月份 */
private String completedTimeMonth;
private Date updateTime;
public String getTitle() {
return title;
......@@ -386,6 +387,14 @@ public class Data extends ListOrderedMap<String, Object> {
public void setActivityArrivedTime(Date activityArrivedTime) {
this.activityArrivedTime = activityArrivedTime;
}
public Date getUpdateTime() {
return updateTime;
}
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
}
public static class DataAttachment extends GsonPropertyObject {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册