mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-04 23:37:32 +00:00
feat: 更新SQL脚本(本次更新范围较大,请先备份再拉取代码)
This commit is contained in:
@@ -44,7 +44,7 @@ public class ChatConfig extends TenantEntity {
|
||||
/**
|
||||
* 配置值
|
||||
*/
|
||||
@Sensitive(strategy = SensitiveStrategy.ID_CARD)
|
||||
@Sensitive(strategy = SensitiveStrategy.SKY)
|
||||
private String configValue;
|
||||
|
||||
/**
|
||||
|
||||
@@ -45,7 +45,7 @@ public class ChatConfigBo extends BaseEntity {
|
||||
/**
|
||||
* 配置值
|
||||
*/
|
||||
@Sensitive(strategy = SensitiveStrategy.ID_CARD)
|
||||
@Sensitive(strategy = SensitiveStrategy.SKY)
|
||||
@NotBlank(message = "配置值不能为空", groups = { AddGroup.class, EditGroup.class })
|
||||
private String configValue;
|
||||
|
||||
|
||||
@@ -38,7 +38,6 @@ public class ChatConfigVo implements Serializable {
|
||||
* 配置类型
|
||||
*/
|
||||
@ExcelProperty(value = "配置类型")
|
||||
@Sensitive(strategy = SensitiveStrategy.ID_CARD)
|
||||
private String category;
|
||||
|
||||
/**
|
||||
@@ -51,6 +50,7 @@ public class ChatConfigVo implements Serializable {
|
||||
* 配置值
|
||||
*/
|
||||
@ExcelProperty(value = "配置值")
|
||||
@Sensitive(strategy = SensitiveStrategy.SKY)
|
||||
private String configValue;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user