You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pgfqe6ch8/app/models/mul_test.rb

7 lines
318 B

6 years ago
# action: 事件
# status状态(0)。eg1表示实训评测成功2表示评测失败3表示评测异常
# time整型时间差值
class MulTest < ActiveRecord::Base
attr_accessible :action, :container_id, :container_type, :status, :time, :indentifier, :language, :name, :num, :shixun_id
end