mirror of
https://github.com/certd/certd.git
synced 2026-04-28 07:57:25 +08:00
chore: 1
This commit is contained in:
@@ -31,7 +31,7 @@ export class DomainEntity {
|
|||||||
@Column({ comment: '过期时间', name: 'expiration_date' })
|
@Column({ comment: '过期时间', name: 'expiration_date' })
|
||||||
expirationDate: number;
|
expirationDate: number;
|
||||||
|
|
||||||
@Column({ comment: '来源', name: 'from', length: 50 })
|
@Column({ comment: '来源', name: 'from_type', length: 50 })
|
||||||
fromType: string;
|
fromType: string;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user