forked from wangziqi/gongxue-base
refactor(rooms): remove dorm gender restrictions
This commit is contained in:
@@ -33,9 +33,6 @@ export class Room {
|
||||
@Column({ name: 'room_type', length: 20, nullable: true })
|
||||
roomType: string;
|
||||
|
||||
@Column({ length: 10, nullable: true })
|
||||
gender: '男' | '女' | null;
|
||||
|
||||
@Column({ name: 'rental_category', length: 10, default: 'short' })
|
||||
rentalCategory: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user