<?php namespace app\common\model; /** * 渠道冻结表 * @author Administrator */ class CpsTemplate extends \think\Model { protected $pk = 'id'; protected $table= 'cy_cps_template'; }