using FreeSql.DataAnnotations; using System; namespace JDXX.Model.Db { [Table(Name = "newskus", DisableSyncStructure = true)] public partial class Newskus { /// /// Id /// [Column(StringLength = 50, IsPrimary = true, IsNullable = false)] public string Id { get; set; } /// /// 加购物车数量 /// [Column(DbType = "int")] public int? AddCardCount { get; set; } /// /// 加购人数 /// [Column(DbType = "int")] public int? AddCardMember { get; set; } /// /// 加购率 /// [Column(DbType = "decimal(11,2)")] public decimal? AddCardRate { get; set; } /// /// 点击次数 /// [Column(DbType = "int")] public int? ClickCount { get; set; } /// /// 点击率 /// [Column(DbType = "decimal(11,2)")] public decimal? ClickRate { get; set; } /// /// 栏目订单 /// [Column(DbType = "int")] public int? ColumnOrder { get; set; } /// /// 转化率 /// [Column(DbType = "decimal(11,2)")] public decimal? ConversionRate { get; set; } /// /// 收费流量 /// [Column(DbType = "int")] public int? CostUv { get; set; } /// /// 创建时间 /// [Column(DbType = "datetime")] public DateTime CreateTime { get; set; } /// /// 盈亏小节 /// [Column(DbType = "decimal(19,4)")] public decimal? EarningsPrice { get; set; } /// /// 曝光量 /// [Column(DbType = "int")] public int? Exposure { get; set; } /// /// 快车点击率 /// [Column(DbType = "decimal(11,2)")] public decimal? ExposureClickRate { get; set; } /// /// 快车点击 /// [Column(DbType = "int")] public int? ExpressClick { get; set; } /// /// 快车花费 /// [Column(DbType = "decimal(19,4)")] public decimal? ExpressCost { get; set; } /// /// 快车展现 /// public decimal? ExpressExposure { get; set; } /// /// 快车订单 /// [Column(DbType = "int")] public int? ExpressOrder { get; set; } /// /// 快车成交额 /// [Column(DbType = "decimal(19,4)")] public decimal? ExpressPayPrice { get; set; } /// /// 快车人均点击 /// [Column(DbType = "decimal(11,4)")] public decimal? ExpressPeopleClick { get; set; } /// /// 快车访客 /// [Column(DbType = "int")] public int? ExpressUv { get; set; } /// /// 免费订单 /// [Column(DbType = "int")] public int? FreeOrder { get; set; } /// /// 免费成交额 /// [Column(DbType = "decimal(19,4)")] public decimal? FreePayPrice { get; set; } /// /// 免费流量 /// [Column(DbType = "int")] public int? FreeUv { get; set; } /// /// 首页访客 /// [Column(DbType = "int")] public int? IndexUv { get; set; } /// /// 是否收藏 /// [Column(DbType = "tinyint")] public sbyte? IsStar { get; set; } /// /// 新品交易榜单 /// [Column(DbType = "int")] public int? NewSaleTopIndex { get; set; } /// /// 新品人气榜单 /// [Column(DbType = "int")] public int? NewUvTopIndex { get; set; } /// /// 一级类目 /// [Column(StringLength = 50)] public string OneCatId { get; set; } /// /// 其他订单 /// [Column(DbType = "int")] public int? OtherOrder { get; set; } /// /// 其他成交额 /// [Column(DbType = "decimal(19,4)")] public decimal? OtherPrice { get; set; } /// /// 其他访客 /// [Column(DbType = "int")] public int? OtherUv { get; set; } /// /// 流量路径 /// [Column(StringLength = -2)] public string PathList { get; set; } /// /// 下单商品件数 /// [Column(DbType = "int")] public int? PayItemCount { get; set; } /// /// 下单客户数 /// [Column(DbType = "int")] public int? PayMember { get; set; } /// /// 下单数 /// [Column(DbType = "int")] public int? PayOrder { get; set; } /// /// 下单金额 /// [Column(DbType = "decimal(19,4)")] public decimal? PayPrice { get; set; } /// /// 下单转化率 /// [Column(DbType = "decimal(11,2)")] public decimal? PayRate { get; set; } /// /// 毛利 /// [Column(DbType = "decimal(19,4)")] public decimal? Profits { get; set; } /// /// 流量 /// [Column(DbType = "int")] public int? Pv { get; set; } /// /// 真实转化率 /// [Column(DbType = "decimal(11,2)")] public decimal? RealConversionRate { get; set; } /// /// 真实成交额 /// [Column(DbType = "decimal(19,4)")] public decimal? RealPrice { get; set; } /// /// 成交客户数 /// [Column(DbType = "int")] public int? SaleMember { get; set; } /// /// 成交金额 /// [Column(DbType = "decimal(19,4)")] public decimal? SalePrice { get; set; } /// /// 成交转化率 /// [Column(DbType = "decimal(11,2)")] public decimal? SaleRate { get; set; } /// /// 成交件数 /// [Column(DbType = "int")] public int? Sales { get; set; } /// /// 交易榜单排名 /// [Column(DbType = "int")] public int? SaleTopIndex { get; set; } /// /// 风向标 /// [Column(DbType = "decimal(11,2)")] public decimal? ScoreRank { get; set; } /// /// 刷单花费 /// [Column(DbType = "decimal(19,4)")] public decimal? SdCost { get; set; } /// /// 刷单单量 /// [Column(DbType = "int")] public int? SdOrder { get; set; } /// /// 刷单成交额 /// [Column(DbType = "decimal(19,4)")] public decimal? SdPrice { get; set; } /// /// 搜索访客 /// [Column(DbType = "int")] public int? SearchUv { get; set; } /// /// 二级类目 /// [Column(StringLength = 50)] public string SecondCatId { get; set; } /// /// 自主订单 /// [Column(DbType = "int")] public int? SelfOrder { get; set; } /// /// 店铺ID /// [Column(StringLength = 50)] public string ShopId { get; set; } /// /// 海投点击 /// [Column(DbType = "int")] public int? ShotgunClick { get; set; } /// /// 海投点击率 /// [Column(DbType = "decimal(11,2)")] public decimal? ShotgunClickRate { get; set; } /// /// 海投花费 /// [Column(DbType = "decimal(19,4)")] public decimal? ShotgunCost { get; set; } /// /// 海投展现 /// [Column(DbType = "decimal(11,2)")] public decimal? ShotgunExposure { get; set; } /// /// 海投订单 /// [Column(DbType = "int")] public int? ShotgunOrder { get; set; } /// /// 海投成交额 /// [Column(DbType = "decimal(19,4)")] public decimal? ShotgunPayPrice { get; set; } /// /// 海投人均点击 /// [Column(DbType = "decimal(11,4)")] public decimal? ShotgunPeopleClick { get; set; } /// /// 海投访客 /// [Column(DbType = "int")] public int? ShotgunUv { get; set; } /// /// sku /// [Column(StringLength = 50)] public string Sku { get; set; } /// /// Spu /// [Column(StringLength = 50)] public string Spu { get; set; } /// /// 推荐访客 /// [Column(DbType = "int")] public int? StarUv { get; set; } /// /// 三级类目 /// [Column(StringLength = 50)] public string ThirdCatId { get; set; } /// /// 总花费 /// [Column(DbType = "decimal(19,4)")] public decimal? TotalCost { get; set; } /// /// 访客 /// [Column(DbType = "int")] public int? Uv { get; set; } /// /// 人气榜单排名 /// [Column(DbType = "int")] public int? UvTopIndex { get; set; } } }