<?php namespace app\common\model; /** * 收款账号表 * @author Administrator */ class ShroffAccount extends \think\Model { protected $pk = 'id'; protected $table = 'cy_shroff_account'; protected $dateFormat = false; //时间戳格式不自动转换 }