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