mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 13:32:41 +08:00
add exam index init value
This commit is contained in:
10
app/Models/ExamIndexInitValue.php
Normal file
10
app/Models/ExamIndexInitValue.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
class ExamIndexInitValue extends NexusModel
|
||||
{
|
||||
protected $fillable = ['uid', 'exam_id', 'index', 'value',];
|
||||
|
||||
public $timestamps = true;
|
||||
}
|
||||
Reference in New Issue
Block a user