mirror of
https://github.com/certd/certd.git
synced 2026-05-16 21:27:34 +08:00
perf: 站点监控增加是否自动同步IP开关
This commit is contained in:
@@ -46,8 +46,8 @@ export class SiteInfoEntity {
|
||||
@Column({ name: 'ip_check', comment: '是否检查IP' })
|
||||
ipCheck: boolean;
|
||||
|
||||
@Column({ name: 'ip_scan', comment: '是否自动获取IP' })
|
||||
ipScan: boolean;
|
||||
@Column({ name: 'ip_sync_auto', comment: '是否自动同步IP' })
|
||||
ipSyncAuto: boolean;
|
||||
|
||||
@Column({ name: 'ip_count', comment: 'ip数量' })
|
||||
ipCount: number
|
||||
|
||||
Reference in New Issue
Block a user