修改分页条数

master
Cui YongXing 2024-09-08 14:14:53 +08:00
parent 8d639dfd4c
commit dac0809d0b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public class NodeRule {
@TableId(type = IdType.AUTO)
private Long id;
private Long nodeId;
private Long tasKId;
private Long taskId;
private Long ruleId;
private String config;