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