using System; using System.Collections.Generic; using System.Text; namespace Dfs.WayneChina.SpsDataCourier.Models { public class FuelProductInfo { public string Barcode { get; set; } public string FuelName { get; set; } public uint Price { get; set; } } }