using System; using System.Collections.Generic; using Oracle.ManagedDataAccess.Client; using System.Linq; using System.Web; using System.Data; namespace ReportWeb.Models { public class RevenueHourly { public RevenueHourly() { } public string sv_code { get; set; } public string report_date { get; set; } public long h00 { get; set; } public long h01 { get; set; } public long h02 { get; set; } public long h03 { get; set; } public long h04 { get; set; } public long h05 { get; set; } public long h06 { get; set; } public long h07 { get; set; } public long h08 { get; set; } public long h09 { get; set; } public long h10 { get; set; } public long h11 { get; set; } public long h12 { get; set; } public long h13 { get; set; } public long h14 { get; set; } public long h15 { get; set; } public long h16 { get; set; } public long h17 { get; set; } public long h18 { get; set; } public long h19 { get; set; } public long h20 { get; set; } public long h21 { get; set; } public long h22 { get; set; } public long h23 { get; set; } } }