提交 65545a4d authored 作者: 孙洁清's avatar 孙洁清

v1.0

上级 2f8d4ed4
...@@ -15,6 +15,7 @@ public interface RuleDao extends JpaRepository<Rule,String>,JpaSpecificationExec ...@@ -15,6 +15,7 @@ public interface RuleDao extends JpaRepository<Rule,String>,JpaSpecificationExec
*/ */
Rule findAllByTargetEquals(String target); Rule findAllByTargetEquals(String target);
List<Rule> findByTargetAndNotId(String target,String id);
/** /**
* 根据目标关键字查询规则 * 根据目标关键字查询规则
* @param target 目标关键字 * @param target 目标关键字
......
...@@ -46,6 +46,8 @@ public class Technology { ...@@ -46,6 +46,8 @@ public class Technology {
* 1:支持 * 1:支持
* 2:不支持 * 2:不支持
* 3:未知 * 3:未知
* 4:不完全支持
* 5:优化
*/ */
@ApiModelProperty(value = "是否支持",example = "1") @ApiModelProperty(value = "是否支持",example = "1")
private Integer support; private Integer support;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论