|
@@ -21,7 +21,7 @@ export class Match extends BaseModel {
|
|
work: string;
|
|
work: string;
|
|
@Column({ type: 'character varying', nullable: true, comment: '地点' })
|
|
@Column({ type: 'character varying', nullable: true, comment: '地点' })
|
|
address: string;
|
|
address: string;
|
|
- @Column({ type: 'character varying', nullable: true, comment: '所属产业' })
|
|
|
|
|
|
+ @Column({ type: 'character varying', nullable: true, comment: '行业' })
|
|
industry: string;
|
|
industry: string;
|
|
@Column({ type: 'character varying', nullable: true, comment: '类别' })
|
|
@Column({ type: 'character varying', nullable: true, comment: '类别' })
|
|
form: string;
|
|
form: string;
|