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

22 lines
338 B
C#
Raw Normal View History

2022-09-20 03:10:29 +00:00
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; }
}
}