新增变量

This commit is contained in:
feng
2025-08-08 10:01:47 +08:00
parent a68409917e
commit 64b6c78b92
@@ -14,6 +14,10 @@ import org.springframework.context.annotation.Configuration;
@Configuration
@ConfigurationProperties(prefix = "variable.anyan")
public class AnYanProperties {
/**
* 是否启用安眼的接口
*/
private boolean enable;
/**
*服务调用地址
*/