InitialData.cs 295 B

123456789101112131415
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace Dfs.WayneChina.SpsDbManager.ResultSet
  5. {
  6. public class InitialData
  7. {
  8. public int Bill_No { get; set; }
  9. public long Shift_No { get; set; }
  10. public int Shift_State { get; set; }
  11. }
  12. }