using Api.Framework.Enums; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace TBRebate.Entitys { public class queryhist_temp { public string robot_name { get; set; } public CpsType type { get; set; } public int userid { get; set; } } }