Sign in

colleague / study-project · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • study-project
  • trunk
  • Message
  • Common
  • Model
  • AttachmentModel.class.php
  • 【留言板】手机端获取留言列表实现
    9011d217
    luoyanshou authored
    2018-09-05 14:31:32 +0800  
    Browse Dir »
AttachmentModel.class.php 336 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
<?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();
    }
}