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

18 lines
314 B
C#
Raw Permalink 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; }
public int time { get; set; }
}
}