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

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 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