using System;
using System.Data;
namespace DSWeb.Models
{
///
/// 表
///
public class JsonCwVouchersAddDoEntity
{
//行号,摘要,科目代码,科目名称,本位币借方,本位币贷方,外币借方,外币贷方,汇率,客户名称,客户财务编码,揽货人,业务编号");
public JsonCwVouchersAddDoEntity()
{
}
#region 读写属性
private string _gid;
///
/// 唯一编码
///
public string CwVouchersAddDo1
{
get { return _gid; }
set { _gid = value; }
}
private int _itemno;
///
/// 行号
///
public int CwVouchersAddDo2
{
get { return _itemno; }
set { _itemno = value; }
}
private string _explan;
///
/// 摘要,规则生成
///
public string CwVouchersAddDo3
{
get { return _explan; }
set { _explan = value; }
}
private string _accid;
///
/// 科目代码
///
public string CwVouchersAddDo4
{
get { return _accid; }
set { _accid = value; }
}
private string _accname;
///
/// 科目名称
///
public string CwVouchersAddDo5
{
get { return _accname; }
set { _accname = value; }
}
private decimal _amtdr;
///
/// 本位币借方金额(互斥)
///
public decimal CwVouchersAddDo6
{
get { return _amtdr; }
set { _amtdr = value; }
}
private decimal _amtcr;
///
/// 本位币贷方金额(互斥)
///
public decimal CwVouchersAddDo7
{
get { return _amtcr; }
set { _amtcr = value; }
}
private decimal _fcydr;
///
/// 外币借方金额
///
public decimal CwVouchersAddDo8
{
get { return _fcydr; }
set { _fcydr = value; }
}
private decimal _fcycr;
///
/// 外币贷方金额
///
public decimal CwVouchersAddDo9
{
get { return _fcycr; }
set { _fcycr = value; }
}
private decimal _fcyexrate;
///
/// 汇率
///
public decimal CwVouchersAddDo10
{
get { return _fcyexrate; }
set { _fcyexrate = value; }
}
private string _corpid;
///
/// 客户(系统)
///
public string CwVouchersAddDo11
{
get { return _corpid; }
set { _corpid = value; }
}
private string _customername;
///
/// 客户名称
///
public string CwVouchersAddDo12
{
get { return _customername; }
set { _customername = value; }
}
private string _sale;
///
/// 揽货人名称
///
public string CwVouchersAddDo13
{
get { return _sale; }
set { _sale = value; }
}
private string _blno;
///
/// 业务编号
///
public string CwVouchersAddDo14
{
get { return _blno; }
set { _blno = value; }
}
//private string _ordno;
/////
///// 关联cw_vouchers
/////
//public string CwVouchersAddDo
//{
// get { return _ordno; }
// set { _ordno = value; }
//}
//private string _emplid;
/////
///// 人员(系统)
/////
//public string CwVouchersAddDo
//{
// get { return _emplid; }
// set { _emplid = value; }
//}
//private bool _issys;
/////
///// 是否手动录入
/////
//public bool CwVouchersAddDo
//{
// get { return _issys; }
// set { _issys = value; }
//}
//private string _modifieduser;
/////
///// 最后一次更新操作人
/////
//public string CwVouchersAddDo
//{
// get { return _modifieduser; }
// set { _modifieduser = value; }
//}
//private DateTime _modifiedtime;
/////
///// 最后一次更新操作时间
/////
//public DateTime CwVouchersAddDo
//{
// get { return _modifiedtime; }
// set { _modifiedtime = value; }
//}
//private string _dc;
/////
///// 借贷方向
/////
//public string CwVouchersAddDo
//{
// get { return _dc; }
// set { _dc = value; }
//}
//private bool _isfcy;
/////
///// 是否外币
/////
//public bool CwVouchersAddDo
//{
// get { return _isfcy; }
// set { _isfcy = value; }
//}
//private string _paccid;
/////
///// 父级科目代码
/////
//public string PACCID
//{
// get { return _paccid; }
// set { _paccid = value; }
//}
//private int _property;
/////
///// 科目属性
/////
//public int PROPERTY
//{
// get { return _property; }
// set { _property = value; }
//}
//private int _grade;
/////
///// 科目级别
/////
//public int GRADE
//{
// get { return _grade; }
// set { _grade = value; }
//}
//private string _fcyno;
/////
///// 外币编号usd
/////
//public string FCYNO
//{
// get { return _fcyno; }
// set { _fcyno = value; }
//}
//private string _qtyunit;
/////
///// 数量包装单位
/////
//public string QTYUNIT
//{
// get { return _qtyunit; }
// set { _qtyunit = value; }
//}
//private decimal _qtydr;
/////
///// 借方数量
/////
//public decimal QTYDR
//{
// get { return _qtydr; }
// set { _qtydr = value; }
//}
//private decimal _qtycr;
/////
///// 贷方数量
/////
//public decimal QTYCR
//{
// get { return _qtycr; }
// set { _qtycr = value; }
//}
//private bool _isdeptacc;
/////
///// 核算部门,按规则设置生成
/////
//public bool ISDEPTACC
//{
// get { return _isdeptacc; }
// set { _isdeptacc = value; }
//}
//private bool _isemplacc;
/////
///// 核算人员,按规则设置生成
/////
//public bool ISEMPLACC
//{
// get { return _isemplacc; }
// set { _isemplacc = value; }
//}
//private bool _iscorpacc;
/////
///// 核算客户,按规则设置生成
/////
//public bool ISCORPACC
//{
// get { return _iscorpacc; }
// set { _iscorpacc = value; }
//}
//private bool _isitemacc;
/////
///// 核算项目,按规则设置生成
/////
//public bool ISITEMACC
//{
// get { return _isitemacc; }
// set { _isitemacc = value; }
//}
//private string _deptid;
/////
///// 部门(系统)
/////
//public string DEPTID
//{
// get { return _deptid; }
// set { _deptid = value; }
//}
//private int _pitemid;
/////
///// 父级项目编号
/////
//public int PITEMID
//{
// get { return _pitemid; }
// set { _pitemid = value; }
//}
//private string _itemid="";
/////
///// 项目编号
/////
//public string ITEMID
//{
// get { return _itemid; }
// set { _itemid = value; }
//}
//private string _field10;
/////
///// 预留字段1
/////
//public string FIELD10
//{
// get { return _field10; }
// set { _field10 = value; }
//}
//private string _field9;
/////
///// 预留字段1
/////
//public string FIELD9
//{
// get { return _field9; }
// set { _field9 = value; }
//}
//private string _field8;
/////
///// 预留字段1
/////
//public string FIELD8
//{
// get { return _field8; }
// set { _field8 = value; }
//}
//private string _field7;
/////
///// 预留字段1
/////
//public string FIELD7
//{
// get { return _field7; }
// set { _field7 = value; }
//}
//private string _field6;
/////
///// 预留字段1
/////
//public string FIELD6
//{
// get { return _field6; }
// set { _field6 = value; }
//}
//private string _field5;
/////
///// 预留字段1
/////
//public string FIELD5
//{
// get { return _field5; }
// set { _field5 = value; }
//}
//private string _field4;
/////
///// 预留字段1
/////
//public string FIELD4
//{
// get { return _field4; }
// set { _field4 = value; }
//}
//private string _field3;
/////
///// 预留字段1
/////
//public string FIELD3
//{
// get { return _field3; }
// set { _field3 = value; }
//}
//private string _field2;
/////
///// 预留字段1
/////
//public string FIELD2
//{
// get { return _field2; }
// set { _field2 = value; }
//}
//private string _field1;
/////
///// 预留字段1
/////
//public string FIELD1
//{
// get { return _field1; }
// set { _field1 = value; }
//}
//private string _fsettlcode;
/////
///// 结算方式
/////
//public string FSETTLCODE
//{
// get { return _fsettlcode; }
// set { _fsettlcode = value; }
//}
//private string _fsettleno;
/////
///// 财务辅助编号
/////
//public string FSETTLENO
//{
// get { return _fsettleno; }
// set { _fsettleno = value; }
//}
#endregion
}
}