Skip to content

Commit

Permalink
remove TableField annotation on nodeType
Browse files Browse the repository at this point in the history
  • Loading branch information
lanzhengjian committed Nov 21, 2024
1 parent e0d8c83 commit 3372862
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public class NodeInstancePO extends CommonPO {
private String sourceNodeKey;
private Integer status;
private Date modifyTime;
@TableField(exist = false)
private int nodeType;

public String getFlowInstanceId() {
Expand Down

0 comments on commit 3372862

Please sign in to comment.