using System; using System.Collections.Generic; using System.Text; namespace Dfs.WayneChina.SpsDbManager.ResultSet { public class InitialData { public int Bill_No { get; set; } public long Shift_No { get; set; } public int Shift_State { get; set; } } }