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.
|
|
|
|
# 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
|