chore: ipcheck

This commit is contained in:
xiaojunnuo
2026-01-08 15:33:26 +08:00
parent 051bbbc64f
commit ef9402d403
9 changed files with 9 additions and 820 deletions
@@ -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