mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-16 13:23:42 +00:00
feat: 优化删除数据模型也删除模型字段&添加mapper文件注解
This commit is contained in:
@@ -2,6 +2,7 @@ package org.ruoyi.common.sms.config.properties;
|
||||
|
||||
import lombok.Data;
|
||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
/**
|
||||
* SMS短信 配置属性
|
||||
@@ -10,6 +11,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
* @version 4.2.0
|
||||
*/
|
||||
@Data
|
||||
@Component
|
||||
@ConfigurationProperties(prefix = "sms")
|
||||
public class SmsProperties {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user