package com.jyc.threegames.bean.result; public class ResGamePlayTime { public long id; public long uid; public String gameTime; public int type; }