using System;
using System.Collections.Generic;
using System.Text;
using Edu.Common.Enum.Mall;
using VT.FW.DB;
namespace Edu.Model.Entity.Mall
{
///
/// 甲鹤小程序商品表实体
///
[Serializable]
[DB(ConnectionName = "MallConnection")]
public class RB_Goods
{
///
/// Id
///
public int Id
{
get;
set;
}
///
/// 商品名称
///
public string Name
{
get;
set;
}
///
/// 轮播图 json 格式 第一张为封面图
///
public string CarouselImage
{
get;
set;
}
///
/// 视频地址
///
public string VideoAddress
{
get;
set;
}
///
/// 自定义分享标题
///
public string CustomShareTitles
{
get;
set;
}
///
/// 自定义分享图片
///
public string CustomShareImage
{
get;
set;
}
///
/// 商品状态 1销售中 2下架中
///
public int? GoodsStatus
{
get;
set;
}
///
/// 库存数量
///
public int? InventoryNum
{
get;
set;
}
///
/// 默认规格名
///
public string DefaultSpecificationName
{
get;
set;
}
///
/// 是否自定义规格 1是 2否
///
public int? IsCustomSpecification
{
get;
set;
}
///
/// 排序
///
public int? Sort
{
get;
set;
}
///
/// 售价
///
public decimal? SellingPrice
{
get;
set;
}
///
/// 原价
///
public decimal? OriginalPrice
{
get;
set;
}
///
/// 单位
///
public string Unit
{
get;
set;
}
///
/// 成本价格
///
public decimal? CostPrice
{
get;
set;
}
///
/// 商品面议 1是 2否
///
public int? IsGoodsNegotiable
{
get;
set;
}
///
/// 已售出数量
///
public int? SalesNum
{
get;
set;
}
///
/// 商品货号
///
public string GoodsNumbers
{
get;
set;
}
///
/// 商品重量 克
///
public int? GoodsWeight
{
get;
set;
}
///
/// 是否默认服务 1是 2否
///
public int? IsDefaultService
{
get;
set;
}
///
/// 商品服务 json格式
///
public string GoodsService
{
get;
set;
}
///
/// 运费设置
///
public int? FreightId
{
get;
set;
}
///
/// 自定义表单
///
public int? FormsId
{
get;
set;
}
///
/// 限购商品数量
///
public int? LimitBuyGoodsNum
{
get;
set;
}
///
/// 限购订单数量
///
public int? LimitBuyOrderNum
{
get;
set;
}
///
/// 单品满件包邮
///
public int? FullNumPinkage
{
get;
set;
}
///
/// 单品满额包邮
///
public decimal? FullMoneyPinkage
{
get;
set;
}
///
/// 是否区域购买 1是 2否
///
public int? IsAreaBuy
{
get;
set;
}
///
/// 积分赠送
///
public int? IntegralPresent
{
get;
set;
}
///
/// 赠送类型 2固定值 1百分比
///
public int? IntegralPresentType
{
get;
set;
}
///
/// 积分抵扣
///
public decimal? PointsDeduction
{
get;
set;
}
///
/// 抵扣类型 2固定值 1百分比
///
public int? PointsDeductionType
{
get;
set;
}
///
/// 是否允许多件累计抵扣 1是 2否
///
public int? IsMultipleDeduction
{
get;
set;
}
///
/// 商品详情
///
public string GoodsDetails
{
get;
set;
}
///
/// 删除状态
///
public int? Status
{
get;
set;
}
///
/// 商户号
///
public int TenantId
{
get;
set;
}
///
/// 小程序id
///
public int MallBaseId
{
get;
set;
}
///
/// CreateDate
///
public DateTime? CreateDate
{
get;
set;
}
///
/// UpdateDate
///
public DateTime? UpdateDate
{
get;
set;
}
///
/// 是否开启单独分销 1是 2否
///
public int? SeparateDistribution
{
get;
set;
}
///
/// 单独分销类型 1普通设置 2详细设置
///
public int? SeparateDistributionType
{
get;
set;
}
///
/// 分销佣金类型 2固定金额 1百分比
///
public int? SeparateDistributionMoneyType
{
get;
set;
}
///
/// 是否享受会员功能 1是 2否
///
public int? EnjoyMember
{
get;
set;
}
///
/// 是否单独设置会员价 1是 2否
///
public int? SeparateSetMember
{
get;
set;
}
///
/// 是否加入快速购买 1是 2否
///
public int? IsQuickBuy { get; set; }
///
/// 是否畅销 1是 2否
///
public int? IsSellWell { get; set; }
///
/// 商品类型
///
public OrderTypeEnum? GoodsType { get; set; }
///
/// 上架版面
///
public GoodsPageTypeEnum? GoodsPageType { get; set; }
///
/// 供应商id
///
public int SupplierId { get; set; }
///
/// 商品是否可代理 1是 2否
///
public int? IsProxy { get; set; }
///
/// 代理成本上浮类型 1百分比 2固定金额
///
public int? ProxyType { get; set; }
///
/// 价格上涨
///
public decimal? ProxyRises { get; set; }
///
/// 代理价格
///
public decimal? ProxyMoney { get; set; }
///
/// 是否是采购商品 1是 2否
///
public int? IsProcurement { get; set; }
///
/// 采购状态 1正常 2代理下架
///
public int? ProcurementStatus { get; set; }
///
/// 返佣总金额
///
public decimal Commission { get; set; }
///
/// 赠送粉象等级
///
public int? PresentFXGrade { get; set; }
///
/// 赠送的月份 几个月
///
public int? PresentFXMonth { get; set; }
///
/// 广告词
///
public string Advertising { get; set; }
///
/// 副标题
///
public string SubName { get; set; }
///
/// 营销标识(文字+文字颜色+文字背景/ 图标)
///
public string MarketingLogo { get; set; }
///
/// 是否是直播商品 1是 2否
///
public int? IsLiveGoods { get; set; }
///
/// 自动上架时间
///
public DateTime? ShelvesDate { get; set; }
///
/// 自动下架时间
///
public DateTime? DownDate { get; set; }
///
/// 发货地
///
public string SendArea { get; set; }
///
/// 商品分类 0正常商品 1司导商品 2教育商品,3-线下服务产品
///
public int GoodsClassify { get; set; }
///
/// 站点id
///
public int? SiteId { get; set; }
///
/// 导游id
///
public int? GuideId { get; set; }
///
/// 车辆id
///
public int? CarId { get; set; }
///
/// 车颜色id
///
public int? CarColorId { get; set; }
///
/// 车牌号
///
public string CarNumber { get; set; }
///
/// 车购买年份
///
public string CarBuyYear { get; set; }
///
/// 服务类型 枚举
///
public GuideCarGoodsTypeEnum? CarType { get; set; }
///
/// 使用日期 天
///
public decimal? UseDay { get; set; }
///
/// 线路名称
///
public string LineName { get; set; }
///
/// 关联城市或景点
///
public string LineDescription { get; set; }
///
/// 是否拼座 1是 2否
///
public int? IsSpell { get; set; }
///
/// 乘坐人数
///
public int? RideNum { get; set; }
///
/// 提前预定时间
///
public int? AdvanceDay { get; set; }
///
/// 视频填充方式(0默认,1-填充)
///
public int VideoType { get; set; }
///
/// 评论积分赠送
///
public int? IntegralComment
{
get;
set;
}
///
/// 评论赠送类型 2固定值 1百分比
///
public int? IntegralCommentType
{
get;
set;
}
///
/// 商品备注
///
public string Remark { get; set; }
///
/// 课程分数
///
public decimal? CourseScore { get; set; }
///
/// 课程标签
///
public string CourseLable { get; set; }
///
/// 定金
///
public decimal DepositMoney { get; set; }
///
/// 是否选择服务人员(0-不选,1-选择)
///
public int IsChooseServicePerson { get; set; }
///
/// 门店编号
///
public string StoresIds { get; set; }
///
/// 服务时长
///
public decimal ServiceTime { get; set; }
///
/// 是否为不可开发票商品,1-是
///
public int IsNoTax { get; set; }
///
/// 最低利润率
///
public decimal MinProfitRate { get; set; }
///
/// 商品所属国家
///
public string GoodsCountry { get; set; }
///
/// 商品地址
///
public string FatCode { get; set; }
///
/// 商品简介
///
public string GoodsUrl { get; set; }
///
/// 商品Logo
///
public string goodsLogo { get; set; }
}
}