@@ -6,7 +6,7 @@ use Illuminate\Database\Eloquent\Model;
class Record extends Model
{
- protected $table = "record"; //指定表
+ protected $table = "record";
const CREATED_AT = 'crt_time';
const UPDATED_AT = 'upd_time';
protected $dateFormat = 'U';