This commit is contained in:
xiaojunnuo
2026-01-20 00:15:31 +08:00
parent 8ec47c3894
commit 5bfc2c4a9b

View File

@@ -31,7 +31,7 @@ export class DomainEntity {
@Column({ comment: '过期时间', name: 'expiration_date' })
expirationDate: number;
@Column({ comment: '来源', name: 'from', length: 50 })
@Column({ comment: '来源', name: 'from_type', length: 50 })
fromType: string;