feat: 健康档案功能大屏新增。

This commit is contained in:
tianyongbao
2026-06-20 22:06:25 +08:00
parent 55d55f70a6
commit 09719cbc46
29 changed files with 3412 additions and 105 deletions

View File

@@ -27,7 +27,7 @@
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>dyvmsapi20170525</artifactId>
<version>2.0.2</version>
<version>3.2.2</version>
</dependency>
<!-- 阿里云核心 SDK -->

View File

@@ -11,7 +11,6 @@ import org.springframework.stereotype.Component;
* @date 2026-03-29
*/
@Data
@Component
@ConfigurationProperties(prefix = "aliyun.message")
public class AliyunMessageProperties {