<?php
namespace App\Format;
class HonorDisgracesFormat extends Format
{
protected $id;
protected $title;
protected $name;
protected $images;
protected $content;
protected $decision_time;
protected $push_time;
protected $type;
protected $credit_code;
protected $document_number;
protected $organization;
}