THostdownloaddataver.cs 379 B

1234567891011121314
  1. using System;
  2. using System.Collections.Generic;
  3. namespace Dfs.WayneChina.SpsDbManager.Models
  4. {
  5. public partial class THostdownloaddataver
  6. {
  7. public int Gid { get; set; }
  8. public byte? StationNo { get; set; }
  9. public byte? DataType { get; set; }
  10. public int? Dlversion { get; set; }
  11. public DateTime? CreateTime { get; set; }
  12. }
  13. }