Commit ffc4c36e authored by zhangsen's avatar zhangsen

移装告知新开发

parent 991b59ec
......@@ -214,4 +214,9 @@ public class JgTransferNoticeDto extends BaseDto {
private String noticeReportUrl;
private String createUserCompanyName;
//下一步任务ID
private String nextTaskId;
}
......@@ -298,4 +298,11 @@ public class JgTransferNotice extends BaseEntity {
@TableField(value = "handle_date")
private Date handleDate;
@TableField(value = "create_user_company_name")
private String createUserCompanyName;
//下一步任务ID
@TableField(value = "next_taskId")
private String nextTaskId;
}
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