<?php
/**
 * Created by PhpStorm.
 * User: yingcai
 * Date: 2017/10/12
 * Time: 下午3:06
 */

namespace Common\Model;


class ExamCategoryModel extends \Com\Model
{
    // 构造方法
    public function __construct()
    {
        parent::__construct('Category', 'oa_exam_');
    }
}