修改抓取规则保存功能

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
@@ -55,4 +55,8 @@ public interface IDeptIdentifyService {
List<FatchRule> getFatchRuleByTemplateid(TemplateManage templateManage);
AjaxResult saveFatchRules(TemplateManage templateManage);
List<FatchRule> selectColumnandComment();
FatchRule selectColumnbycomment(FatchRule fatchRule);
}