<?php /** * @copyright Copyright (c) 2017 https://www.sapixx.com All rights reserved. * @license Licensed (http://www.apache.org/licenses/LICENSE-2.0). * @author pillar<ltmn@qq.com> * 文本内容 */ namespace app\citys\model; use think\Model; class CitysPage extends Model{ protected $pk = 'id'; protected $json = ['phone']; protected $jsonAssoc = true; }