mirror of
https://github.com/certd/certd.git
synced 2026-07-08 13:47:36 +08:00
chore: project controller ok
This commit is contained in:
@@ -31,6 +31,9 @@ export class CnameRecordEntity {
|
||||
@Column({ comment: '错误信息' })
|
||||
error: string
|
||||
|
||||
@Column({ name: 'project_id', comment: '项目Id' })
|
||||
projectId: number;
|
||||
|
||||
@Column({
|
||||
comment: '创建时间',
|
||||
name: 'create_time',
|
||||
|
||||
Reference in New Issue
Block a user