using System;
using System.Collections.Generic;
using System.Linq;
using SqlSugar;
namespace SA.Entity.zxdcrm_audit_Models
{
///
///
///
[SugarTable("module_order_jisuan")]
public class module_order_jisuan
{
///
///
///
[SugarColumn(ColumnName="id" )]
public int id { get; set; }
///
///
///
[SugarColumn(ColumnName="username" )]
public string username { get; set; } ="";
///
///
/// 默认值: 0
///
[SugarColumn(ColumnName="moduleid" )]
public string moduleid { get; set; } ="";
///
///
/// 默认值:
///
[SugarColumn(ColumnName="szzyorderid" )]
public string szzyorderid { get; set; } ="";
///
///
///
[SugarColumn(ColumnName="productcode2" )]
public string productcode2 { get; set; } ="";
///
///
///
[SugarColumn(ColumnName="starttime2" )]
public DateTime? starttime2 { get; set; }
///
///
///
[SugarColumn(ColumnName="endtime2" )]
public DateTime? endtime2 { get; set; }
///
///
///
[SugarColumn(ColumnName="usedays" )]
public int? usedays { get; set; }
///
/// 产品名称
///
[SugarColumn(ColumnName="subproductname2" )]
public string subproductname2 { get; set; } ="";
///
/// 开通(天)
///
[SugarColumn(ColumnName="opendays2" )]
public int? opendays2 { get; set; }
///
///
///
[SugarColumn(ColumnName="price2" )]
public decimal? price2 { get; set; }
///
///
///
[SugarColumn(ColumnName="ctime2" )]
public DateTime? ctime2 { get; set; }
///
///
///
[SugarColumn(ColumnName="otime2" )]
public DateTime? otime2 { get; set; }
///
///
///
[SugarColumn(ColumnName="channel2" )]
public int? channel2 { get; set; }
///
///
///
[SugarColumn(ColumnName="arrivalpay" )]
public decimal? arrivalpay { get; set; }
///
///
///
[SugarColumn(ColumnName="xuhao" )]
public int? xuhao { get; set; }
///
///
///
[SugarColumn(ColumnName="orderid" )]
public int? orderid { get; set; }
///
///
///
[SugarColumn(ColumnName="midproductid" )]
public int? midproductid { get; set; }
///
///
///
[SugarColumn(ColumnName="MainSzzyorderid" )]
public string MainSzzyorderid { get; set; } ="";
///
///
///
[SugarColumn(ColumnName="orderPrice" )]
public decimal? orderPrice { get; set; }
}
}