1.添加AI聊天工具登录接口
2.删除 xmlsql 无用判断 3.修改 dev配置文件开启 swagger
This commit is contained in:
@@ -174,4 +174,11 @@ public class SystemUsers {
|
||||
@TableField(value = "big_brother")
|
||||
@ApiModelProperty(value = "能否登录大哥爬虫客户端")
|
||||
private Byte bigBrother;
|
||||
|
||||
/**
|
||||
* 能否登录大哥爬虫客户端
|
||||
*/
|
||||
@TableField(value = "ai_chat")
|
||||
@ApiModelProperty(value = "能否登录大哥爬虫客户端")
|
||||
private Byte aiChat;
|
||||
}
|
||||
Reference in New Issue
Block a user