old_flsystem/应用/NewFans/Entitys/fl_newfans_hist_.cs

21 lines
385 B
C#
Raw Normal View History

2022-09-20 03:10:29 +00:00
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; }
}
}