using System;
using System.Linq;
using System.Text;
using SqlSugar;
namespace SA.Entity.zxdcrm_Models
{
///
///
///
[SugarTable("wx_szzyorderdeposit")]
public partial class WxSzzyorderdeposit
{
public WxSzzyorderdeposit(){
}
///
/// Desc:
/// Default:
/// Nullable:False
///
[SugarColumn(IsPrimaryKey=true,ColumnName="id")]
public int Id {get;set;}
///
/// Desc:
/// Default:
/// Nullable:False
///
[SugarColumn(ColumnName="resid")]
public string Resid {get;set;}
///
/// Desc:
/// Default:
/// Nullable:False
///
[SugarColumn(ColumnName="paytype")]
public int Paytype {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
[SugarColumn(ColumnName="paytypename")]
public string? Paytypename {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
[SugarColumn(ColumnName="paydate")]
public DateTime? Paydate {get;set;}
///
/// Desc:
/// Default:
/// Nullable:False
///
[SugarColumn(ColumnName="payprice")]
public decimal Payprice {get;set;}
///
/// Desc:
/// Default:
/// Nullable:False
///
[SugarColumn(ColumnName="payname")]
public string Payname {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
[SugarColumn(ColumnName="remark")]
public string? Remark {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
[SugarColumn(ColumnName="auditstatus")]
public int? Auditstatus {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
[SugarColumn(ColumnName="auditor")]
public int? Auditor {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
[SugarColumn(ColumnName="auditorname")]
public string? Auditorname {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
[SugarColumn(ColumnName="audittime")]
public DateTime? Audittime {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
[SugarColumn(ColumnName="ctime")]
public DateTime? Ctime {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
[SugarColumn(ColumnName="payno")]
public string? Payno {get;set;}
///
/// Desc:-1:开通;0:未使用;1:已使用;(等于1状态的时候订金才能退款,开通状态下订单退款)
/// Default:
/// Nullable:True
///
[SugarColumn(ColumnName="isuse")]
public int? Isuse {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
[SugarColumn(ColumnName="companycode")]
public string? Companycode {get;set;}
///
/// Desc:订金关联的订单号(使用订金的时候确认订单号)
/// Default:
/// Nullable:True
///
[SugarColumn(ColumnName="orderid")]
public int? Orderid {get;set;}
///
/// Desc:渠道
/// Default:
/// Nullable:True
///
[SugarColumn(ColumnName="channel")]
public int? Channel {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
[SugarColumn(ColumnName="tradeno")]
public string? Tradeno {get;set;}
///
/// Desc:
/// Default:0
/// Nullable:True
///
[SugarColumn(ColumnName="isdelete")]
public int? Isdelete {get;set;}
///
/// Desc:提交人
/// Default:
/// Nullable:True
///
[SugarColumn(ColumnName="creator")]
public int? Creator {get;set;}
///
/// Desc:提交人姓名
/// Default:
/// Nullable:True
///
[SugarColumn(ColumnName="creatorname")]
public string? Creatorname {get;set;}
///
/// Desc:驳回说明
/// Default:
/// Nullable:True
///
[SugarColumn(ColumnName="rejectremark")]
public string? Rejectremark {get;set;}
///
/// Desc:自动对账结果
/// Default:
/// Nullable:True
///
[SugarColumn(ColumnName="checkreslut")]
public string? Checkreslut {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
[SugarColumn(ColumnName="checkpaytime")]
public DateTime? Checkpaytime {get;set;}
///
/// Desc:最后剩余金额
/// Default:
/// Nullable:True
///
[SugarColumn(ColumnName="lastprice")]
public decimal? Lastprice {get;set;}
///
/// Desc:已使用金额
/// Default:0.00
/// Nullable:True
///
[SugarColumn(ColumnName="useprice")]
public decimal? Useprice {get;set;}
///
/// Desc:冻结金额
/// Default:0.00
/// Nullable:True
///
[SugarColumn(ColumnName="frozenprice")]
public decimal? Frozenprice {get;set;}
///
/// Desc:1:补充数据 0:否
/// Default:0
/// Nullable:True
///
[SugarColumn(ColumnName="isbu")]
public int? Isbu {get;set;}
///
/// Desc:补充时间
/// Default:
/// Nullable:True
///
[SugarColumn(ColumnName="butime")]
public DateTime? Butime {get;set;}
///
/// Desc:
/// Default:CURRENT_TIMESTAMP(4)
/// Nullable:False
///
[SugarColumn(ColumnName="last_modify_time")]
public DateTime Last_modify_time {get;set;}
///
/// Desc:部门编码
/// Default:
/// Nullable:True
///
[SugarColumn(ColumnName="deptcode")]
public string? Deptcode {get;set;}
}
}