using System; using System.Collections.Generic; using System.Text; namespace Dfs.WayneChina.SpsDbManager.ResultSet { public class NozzleInfoResult { public int Logic_Id { get; set; } public int Physical_Id { get; set; } public uint Tank_Id { get; set; } public uint Pump_Id { get; set; } public string UseState { get; set; } public string OilType_Id { get; set; } public string CarIdenAddr { get; set; } } }