old_flsystem/应用/PointManage/Entitys/fl_plugin_pointmanage_extra...

17 lines
332 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 PointManage.Entitys
{
public class fl_plugin_pointmanage_extra_award : base_model
{
public long uid { get; set; }
public int count {get;set;}
}
}