17 lines
351 B
C#
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 DYRebate.Entitys
|
|
{
|
|
public class queryhist_temp
|
|
{
|
|
public string robot_name { get; set; }
|
|
public CpsType type { get; set; }
|
|
public int userid { get; set; }
|
|
}
|
|
}
|