修改抓取规则保存功能

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
@@ -25,4 +25,8 @@ public interface FatchRuleMapper {
void deletebatchFatchRule(@Param("fatchRuleIds") List<Long> fatchRuleIds);
int insertFatchRule(FatchRule fatchRule);
List<FatchRule> selectColumnandComment(FatchRule fatchRuleselect);
FatchRule selectColumnbycomment(FatchRule fatchRule);
}