- using System;
- using System.Collections.Generic;
- namespace Dfs.WayneChina.SpsDbManager.Models
- {
- public partial class THostdownloaddataver
- {
- public int Gid { get; set; }
- public byte? StationNo { get; set; }
- public byte? DataType { get; set; }
- public int? Dlversion { get; set; }
- public DateTime? CreateTime { get; set; }
- }
- }
|