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