mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-30 11:11:55 +08:00
【优化】modal 增加config 可能考虑数据库来初始化 ai modal
This commit is contained in:
parent
1673081b7d
commit
5cec6d52e0
@ -37,5 +37,8 @@ public class AiChatModalDO extends BaseDO {
|
|||||||
* 禁用 0、正常 1、禁用
|
* 禁用 0、正常 1、禁用
|
||||||
*/
|
*/
|
||||||
private Integer disable;
|
private Integer disable;
|
||||||
|
/**
|
||||||
|
* modal 配置(json)
|
||||||
|
*/
|
||||||
|
private String config;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user