Commit f978ea6b authored by tianyiming's avatar tianyiming

修改撤回后待办摘要不对问题

parent 4332343e
......@@ -211,7 +211,7 @@ public class JgMaintainNoticeDto extends BaseDto {
private String nextTaskId;
private String equListName;
private String equList;
private String supervisoryCode;
}
......@@ -322,7 +322,7 @@ public class JgMaintainNotice extends BaseEntity {
private String nextTaskId;
@TableField(exist = false)
private String equListName;
private String equList;
@TableField(exist = false)
private String supervisoryCode;
......
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