17 lines
332 B
C#
17 lines
332 B
C#
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;}
|
|
}
|
|
}
|