using System;
using System.Collections.Generic;

namespace Dfs.WayneChina.SpsDbManager.Models
{
    public partial class TEndtrdinfo
    {
        public long Gid { get; set; }
        public int? Sno { get; set; }
        public byte? PaymodeId { get; set; }
        public byte? TrdType { get; set; }
        public DateTime? Ttctime { get; set; }
        public int? Ttc { get; set; }
        public byte? PumpNo { get; set; }
        public int? Posno { get; set; }
    }
}