mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
chore: 1
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user