添加算法

This commit is contained in:
huangzj
2023-11-28 10:27:53 +08:00
parent 543ad5908d
commit 2b77e54eba
17 changed files with 727 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ public class CalculatedParam<T> implements Serializable {
* 是否全链路执行算法
* 非全链路执行时tag集合必须非空
*/
@ApiModelProperty(name = "repair",value = "是否全链执行")
@ApiModelProperty(name = "fullChain",value = "是否全链执行")
private boolean fullChain;
/**