DongYing/DataServer/other/service_rating_data.cs

16 lines
289 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DataServer.other
{
public class service_rating_data
{
public decimal total { get; set; }
public string DeviceId { get; set; }
}
}