using System;
using System.Collections.Generic;

namespace Dfs.WayneChina.SpsDbManager.Models
{
    public partial class TTankshiftclose
    {
        public long Gid { get; set; }
        public int? Sno { get; set; }
        public byte? PosId { get; set; }
        public int? ShiftNo { get; set; }
        public DateTime? ShiftTime { get; set; }
        public DateTime? ShiftTimeEnd { get; set; }
        public byte? Tid { get; set; }
        public int? TheightBeg { get; set; }
        public int? TvolumeBeg { get; set; }
        public int? WheightBeg { get; set; }
        public int? TtempBeg { get; set; }
        public int? TheightEnd { get; set; }
        public int? TvolumeEnd { get; set; }
        public int? WheightEnd { get; set; }
        public int? TtempEnd { get; set; }
        public long? InAmount { get; set; }
        public long? OutAmount { get; set; }
        public byte? UploadFlag { get; set; }
    }
}