using System;
using System.Collections.Generic;

namespace MySystem.JavaStatModels
{
    public partial class KxsGdBill
    {
        public int Id { get; set; }
        public string Remark { get; set; }
        public string RequestId { get; set; }
        public int Status { get; set; }
        public decimal OrganRatio { get; set; }
        public decimal DivideRatio { get; set; }
        public string ActivityName { get; set; }
        public string GoodsTypeName { get; set; }
        public string OldOrderName { get; set; }
        public DateTime? ActTime { get; set; }
        public DateTime? OrderTime { get; set; }
        public string ChannelNumber { get; set; }
        public string ChannelName { get; set; }
        public int UserStatus { get; set; }
        public decimal OuterAmount { get; set; }
        public decimal InnerAmount { get; set; }
        public decimal BillAmount { get; set; }
        public string GoodsName { get; set; }
        public string MarketNumber { get; set; }
        public string MarketName { get; set; }
        public string TeamName { get; set; }
        public string City { get; set; }
        public string Province { get; set; }
        public string BusinessType { get; set; }
        public string SettleScene { get; set; }
        public int SettlePeriod { get; set; }
        public int SettleMonth { get; set; }
        public int EnterMonth { get; set; }
        public string SimNo { get; set; }
        public string Phone { get; set; }
        public string UpdateBy { get; set; }
        public string CreateBy { get; set; }
        public DateTime? UpdateTime { get; set; }
        public DateTime? CreateTime { get; set; }
        public int DelFlag { get; set; }
        public int Version { get; set; }
    }
}