using Api.Framework.Tools; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NewFans.Entitys { public class fl_newfans__hist : base_model { public int uid { get; set; } public int time { get; set; } } }