old_flsystem/应用/TBRebate/Entitys/queryhist_temp.cs

17 lines
351 B
C#

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