修改抓取规则保存功能

This commit is contained in:
qitz
2023-12-08 17:59:09 +08:00
parent 3cc3be3ee0
commit f989831de2
11 changed files with 136 additions and 1 deletions
@@ -24,5 +24,6 @@ public class FatchRule extends BaseEntity {
private Integer isDefault;
private Long templateId;
private String databaseName;
}