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; } } }