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; } } }