Commit 83f16ff0 authored by caotao's avatar caotao

改造登记实体新增工作流下一节点任务id字段

parent 7fc8787f
......@@ -215,4 +215,12 @@ public class JgChangeRegistrationReform extends BaseEntity {
@TableField(value = "renovation_supervisioninspection_certificate")
private String renovationSupervisioninspectionCertificate;
/**
*工作流下一节点任务id
*/
@TableField(value = "next_task_id")
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