AttachmentModel.class.php
336 Bytes
<?php
/**
* Created by PhpStorm.
* User: Dell
* Date: 2018/9/5
* Time: 9:47
*/
namespace Common\Model;
use Common\Common\Constant;
class AttachmentModel extends AbstractModel
{
/**
* 构造方法
* AttachmentModel constructor.
*/
public function __construct()
{
parent::__construct();
}
}