feixian_weifajianguan/OpenAuth.App/ServiceApp/DroneScreenDisplay/Response/ChartRes.cs

15 lines
304 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OpenAuth.App.ServiceApp.DroneScreenDisplay.Response
{
public class ChartRes
{
public string name { get; set; }
public int count { get; set; }
}
}