<?php namespace app\common\model; /** * 申诉常见问题 * @author Administrator */ class CpsProblem extends \think\Model { protected $pk = 'id'; protected $table= 'cy_csc_problem'; protected $dateFormat = false; }