21 lines
385 B
C#
21 lines
385 B
C#
|
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; }
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// 单位 分钟
|
|||
|
/// </summary>
|
|||
|
public int time { get; set; }
|
|||
|
|
|||
|
}
|
|||
|
}
|