17 lines
352 B
C#
17 lines
352 B
C#
using Api.Framework.Enums;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace PDDRebate.Entitys
|
|
{
|
|
public class queryhist_temp
|
|
{
|
|
public string robot_name { get; set; }
|
|
public CpsType type { get; set; }
|
|
public int userid { get; set; }
|
|
}
|
|
}
|