修改分页条数
parent
8d639dfd4c
commit
dac0809d0b
|
@ -18,7 +18,7 @@ public class NodeRule {
|
||||||
@TableId(type = IdType.AUTO)
|
@TableId(type = IdType.AUTO)
|
||||||
private Long id;
|
private Long id;
|
||||||
private Long nodeId;
|
private Long nodeId;
|
||||||
private Long tasKId;
|
private Long taskId;
|
||||||
private Long ruleId;
|
private Long ruleId;
|
||||||
private String config;
|
private String config;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue