<?php namespace app\common\model; /** * 玩家游戏专属币变动明细表 * @author Administrator */ class MemberZscoinDet extends \think\Model { protected $pk = 'id'; protected $table = 'nw_member_zscoin_det'; protected $dateFormat = false; //时间戳格式不自动转换 }