Commit c30d1f78 authored by xixinzhao's avatar xixinzhao

增加字段

parent f232233c
...@@ -109,4 +109,10 @@ public class PowerStation extends BaseEntity { ...@@ -109,4 +109,10 @@ public class PowerStation extends BaseEntity {
@TableField("node_role") @TableField("node_role")
private String nodeRole; private String nodeRole;
/**
* 当前流程节点
*/
@TableField("current_process_node")
private String currentProcessNode;
} }
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