mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
chore: ipcheck
This commit is contained in:
@@ -46,6 +46,9 @@ export class SiteInfoEntity {
|
||||
@Column({ name: 'ip_check', comment: '是否检查IP' })
|
||||
ipCheck: boolean;
|
||||
|
||||
@Column({ name: 'ip_scan', comment: '是否自动获取IP' })
|
||||
ipScan: boolean;
|
||||
|
||||
@Column({ name: 'ip_count', comment: 'ip数量' })
|
||||
ipCount: number
|
||||
|
||||
|
||||
Reference in New Issue
Block a user