245 lines
5.6 KiB
C#
245 lines
5.6 KiB
C#
using System;
|
|
namespace Mtxfw.Model
|
|
{
|
|
/// <summary>
|
|
/// user_bank:实体类(属性说明自动提取数据库字段的描述信息)
|
|
/// </summary>
|
|
[Serializable]
|
|
public partial class user_live
|
|
{
|
|
#region Model
|
|
private int _id;
|
|
private int _MemberId;//会员ID
|
|
private string _StreamName;//您用来区别不同推流地址的唯一流名称
|
|
private DateTime _StartTime;//开始时间
|
|
private DateTime _EndTime;//过期时间
|
|
private int _seef;//直播状态0未开始 1直播中 2暂停中 3已结束 4已关闭
|
|
private int _LinkID;//排序ID
|
|
private int _ttype;//类型
|
|
private string _livepwd;//分享观看密码
|
|
private int _qx;//权限0完全1加密2私密
|
|
private string _livename;//直播标题
|
|
private string _livepic;//直播封面
|
|
private string _productids;//商品ID列表
|
|
private int _qcdz;//全场点赞
|
|
private int _zgzx;//最高在线
|
|
private int _lzhd;//累计互动
|
|
private int _fxcs;//分享次数
|
|
private int _spdj;//商品点击
|
|
private int _csdd;//产生订单
|
|
private int _fslw;//发送礼物
|
|
private Double _xsje;//销售金额
|
|
private Double _yjbl;//佣金比例
|
|
private Double _ygyj;//预估佣金
|
|
private DateTime _addtime;//添加时间
|
|
private int _gtype;
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int Id
|
|
{
|
|
set{ _id=value;}
|
|
get{return _id;}
|
|
}
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int MemberId
|
|
{
|
|
set { _MemberId = value; }
|
|
get { return _MemberId; }
|
|
}
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string StreamName
|
|
{
|
|
set { _StreamName = value; }
|
|
get { return _StreamName; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public DateTime StartTime
|
|
{
|
|
set { _StartTime = value; }
|
|
get { return _StartTime; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public DateTime EndTime
|
|
{
|
|
set { _EndTime = value; }
|
|
get { return _EndTime; }
|
|
}
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int seef
|
|
{
|
|
set { _seef = value; }
|
|
get { return _seef; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int LinkID
|
|
{
|
|
set { _LinkID = value; }
|
|
get { return _LinkID; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int ttype
|
|
{
|
|
set { _ttype = value; }
|
|
get { return _ttype; }
|
|
}
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string livepwd
|
|
{
|
|
set { _livepwd = value; }
|
|
get { return _livepwd; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int qx
|
|
{
|
|
set { _qx = value; }
|
|
get { return _qx; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string productids
|
|
{
|
|
set { _productids = value; }
|
|
get { return _productids; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string livename
|
|
{
|
|
set { _livename = value; }
|
|
get { return _livename; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string livepic
|
|
{
|
|
set { _livepic = value; }
|
|
get { return _livepic; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int qcdz
|
|
{
|
|
set { _qcdz = value; }
|
|
get { return _qcdz; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int zgzx
|
|
{
|
|
set { _zgzx = value; }
|
|
get { return _zgzx; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int lzhd
|
|
{
|
|
set { _lzhd = value; }
|
|
get { return _lzhd; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int fxcs
|
|
{
|
|
set { _fxcs = value; }
|
|
get { return _fxcs; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int spdj
|
|
{
|
|
set { _spdj = value; }
|
|
get { return _spdj; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int csdd
|
|
{
|
|
set { _csdd = value; }
|
|
get { return _csdd; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int fslw
|
|
{
|
|
set { _fslw = value; }
|
|
get { return _fslw; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public Double xsje
|
|
{
|
|
set { _xsje = value; }
|
|
get { return _xsje; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public Double yjbl
|
|
{
|
|
set { _yjbl = value; }
|
|
get { return _yjbl; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public Double ygyj
|
|
{
|
|
set { _ygyj = value; }
|
|
get { return _ygyj; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public DateTime addtime
|
|
{
|
|
set { _addtime = value; }
|
|
get { return _addtime; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int gtype
|
|
{
|
|
set { _gtype = value; }
|
|
get { return _gtype; }
|
|
}
|
|
#endregion Model
|
|
|
|
}
|
|
}
|
|
|