<?php
/**
 * Created by PhpStorm.
 * User: liyifei2012it
 * Date: 18/5/24
 * Time: 17:34
 */

namespace Common\Model;

class RewardModel extends AbstractModel
{
    public function __construct()
    {
        parent::__construct();
    }
}