|
|
@Column({ name: 'classroom_no', type: 'varchar', length: 255, nullable: true, comment: '教室号' })
|
|
@Column({ name: 'classroom_no', type: 'varchar', length: 255, nullable: true, comment: '教室号' })
|
|
|
|
|
+ @Column({ name: 'user_id', type: 'int', unsigned: true, nullable: true, comment: '用户id' })
|