feat(system): 新增用户AI回复开关字段
This commit is contained in:
@@ -33,4 +33,7 @@ public class UserClientSaveReqVO {
|
||||
|
||||
@Schema(description = "能否登录 AI 聊天工具", example = "0不允许,1允许")
|
||||
private Byte aiChat;
|
||||
|
||||
@Schema(description = "是否允许使用 AI 回复", example = "0不允许,1允许")
|
||||
private Byte aiReplay;
|
||||
}
|
||||
|
||||
@@ -80,4 +80,7 @@ public class UserRespVO{
|
||||
|
||||
@Schema(description = "爬取大哥")
|
||||
private Byte aiChat;
|
||||
|
||||
@Schema(description = "是否允许使用 AI 回复", example = "0不允许,1允许")
|
||||
private Byte aiReplay;
|
||||
}
|
||||
|
||||
@@ -88,4 +88,7 @@ public class UserSaveReqVO {
|
||||
|
||||
@Schema(description = "能否登录 AI 聊天工具", example = "0不允许,1允许")
|
||||
private Byte aiChat;
|
||||
|
||||
@Schema(description = "是否允许使用 AI 回复", example = "0不允许,1允许")
|
||||
private Byte aiReplay;
|
||||
}
|
||||
|
||||
@@ -105,4 +105,7 @@ public class AdminUserDO extends TenantBaseDO {
|
||||
|
||||
@Schema(description = "是否允许登录AI客户端", example = "0不允许,1允许")
|
||||
private Byte aiChat;
|
||||
|
||||
@Schema(description = "是否允许使用AI回复", example = "0不允许,1允许")
|
||||
private Byte aiReplay;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user