mirror of
https://github.com/certd/certd.git
synced 2026-05-18 06:17:31 +08:00
chore: project controller ok
This commit is contained in:
@@ -17,6 +17,9 @@ export class SubDomainEntity {
|
||||
@Column({ name: 'disabled', comment: '禁用' })
|
||||
disabled: boolean;
|
||||
|
||||
@Column({ name: 'project_id', comment: '项目Id' })
|
||||
projectId: number;
|
||||
|
||||
@Column({
|
||||
name: 'create_time',
|
||||
comment: '创建时间',
|
||||
|
||||
Reference in New Issue
Block a user