init project

This commit is contained in:
Jasder
2020-03-09 00:40:16 +08:00
commit 2937b2a94d
6549 changed files with 7215173 additions and 0 deletions

15
app/models/output.rb Normal file
View File

@@ -0,0 +1,15 @@
# 字段说明:
# code-1表示评测未通过0表示评测成功实质是status的值
# mes
# out_put
# test_set_position: 测试集序号(排序)
# actual_output
# result:
# is_public测试集是否是公开
# query_index评测次数
# compile_success:
# text_scor:
# sec_key每次评测的唯一标识
class Output < ApplicationRecord
belongs_to :game
end