using System;
using System.Collections.Generic;

namespace Dfs.WayneChina.SpsDataCourier.SpsData
{
    public partial class TIntegralgift
    {
        public ulong Gid { get; set; }
        public uint? InteGiftNo { get; set; }
        public string Operator { get; set; }
        public DateTime? TimeBeg { get; set; }
        public DateTime? TimeEnd { get; set; }
        public uint? GeIntegral { get; set; }
        public uint? Icmon { get; set; }
        public string Gift { get; set; }
        public byte? Enabled { get; set; }
    }
}