|
@@ -838,6 +838,7 @@ CREATE TABLE wf_room_stay_overnight
|
|
|
`sort_code` INT NULL DEFAULT NULL COMMENT '序号',
|
|
|
`applicant_user_id` bigint NULL DEFAULT NULL COMMENT '申请人',
|
|
|
`head_teacher_id` bigint NULL DEFAULT NULL COMMENT '班主任用户编号',
|
|
|
+ `room_id` bigint NULL DEFAULT NULL COMMENT '寝室编号(room)',
|
|
|
`room_bed_number` varchar(200) NULL DEFAULT NULL COMMENT '寝室+床位名称',
|
|
|
`student_id` VARCHAR(30) NULL DEFAULT NULL COMMENT '学号',
|
|
|
`gender_name` VARCHAR(200) NULL DEFAULT NULL COMMENT '性别',
|