“djh”
4 days ago c26e227abe288476c11b0a8b7875045e71efa14c
1
2
ALTER TABLE `train_exam`.`ex_paper_student`
ADD COLUMN `state` tinyint NOT NULL DEFAULT 0 COMMENT '状态:0待考试,1待批阅 2批阅完成';