mirror of
https://github.com/certd/certd.git
synced 2026-05-18 14:27:36 +08:00
perf: EAB授权支持绑定邮箱,支持公共EAB设置
This commit is contained in:
@@ -23,7 +23,7 @@ export class PluginEntity {
|
||||
@Column({ comment: '配置', length: 40960 })
|
||||
setting: string;
|
||||
|
||||
@Column({ comment: '系统配置', length: 40960 })
|
||||
@Column({ name: 'sys_setting', comment: '系统配置', length: 40960 })
|
||||
sysSetting: string;
|
||||
|
||||
@Column({ comment: '脚本', length: 40960 })
|
||||
|
||||
Reference in New Issue
Block a user