Commit 30f2954a authored by LiuLin's avatar LiuLin

fix(jg):设备移交,改造告知添加字段

parent 4b238a3a
...@@ -144,4 +144,10 @@ public class JgEquipTransfer extends BaseEntity { ...@@ -144,4 +144,10 @@ public class JgEquipTransfer extends BaseEntity {
@TableField(exist = false) @TableField(exist = false)
private String processAdvice; private String processAdvice;
/**
*工作流下一节点任务id
*/
@TableField(value = "next_task_id")
private String nextTaskId;
} }
...@@ -309,4 +309,10 @@ public class JgReformNotice extends BaseEntity { ...@@ -309,4 +309,10 @@ public class JgReformNotice extends BaseEntity {
*/ */
@TableField(value = "equ_category") @TableField(value = "equ_category")
private String equCategory; private String equCategory;
/**
*工作流下一节点任务id
*/
@TableField(value = "next_task_id")
private String nextTaskId;
} }
[ [
{ {
"type": "101",
"pageType": "look",
"name": "设备移交",
"url": "/mixuap?appId=1742358052905971713&id=1737398850580148226&sequenceNbr=%s&roleIds=%s&nextExecuteIds=%s&pageType=edit&applyStatus=%s&userId=%s&instanceId=%s"
},
{
"type": "101",
"pageType": "edit",
"name": "设备移交",
"url": "/mixuap?appId=1742358052905971713&id=1737398850580148226&sequenceNbr=%s&roleIds=%s&nextExecuteIds=%s&pageType=edit&applyStatus=%s&userId=%s&instanceId=%s"
},
{
"type": "102", "type": "102",
"pageType": "look", "pageType": "look",
"name": "安装告知", "name": "安装告知",
......
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