old_flsystem/应用/PointManage/Entitys/exchange_info.cs

16 lines
317 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PointManage.Entitys
{
public class exchange_info
{
public long uid { get; set; }
public string groupid { get; set; }
public long rid { get; set; }
}
}