增加紫鸟相关接口

This commit is contained in:
super
2026-03-25 21:33:49 +08:00
parent 506eb0faef
commit 21c6f41c69
18 changed files with 764 additions and 1 deletions

View File

@@ -4,6 +4,6 @@ import org.springframework.boot.context.properties.EnableConfigurationProperties
import org.springframework.context.annotation.Configuration;
@Configuration
@EnableConfigurationProperties({OssProperties.class, StorageProperties.class, BrandProgressProperties.class})
@EnableConfigurationProperties({OssProperties.class, StorageProperties.class, BrandProgressProperties.class, ZiniaoProperties.class})
public class PropertiesConfig {
}