old_flsystem/应用/WebAPi/Pack/Entitys/Cvr.cs

22 lines
338 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WebAPi.Pack.Entitys
{
/// <summary>
/// 转化率
/// </summary>
public class Cvr
{
public string robotname { get; set; }
public string robtonick { get; set; }
}
}