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; } } }