using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace DSWeb.Models { public class CwDesignEntity { public CwDesignEntity(){} #region Model private string _gid = Guid.NewGuid().ToString().Trim(); private int _fsoftcode = 0; private string _tvw = ""; private string _cpvw = ""; private string _crtw = ""; private string _bpvw = ""; private string _brtw = ""; private bool _istcoiied = false; private bool _isuapge = false; private int _amcode = 0; private string _caname = ""; private string _saname = ""; private string _daname = ""; private string _panaem = ""; private int _affixno = 0; private bool _isattnotcvvgv = false; private bool _isatbgv = false; private bool _ismgsc = false; private bool _isvbm = false; private bool _isclientname = false; private bool _iscotcode = false; private bool _iscustno = false; private bool _ismblno = false; private bool _isvessel = false; private bool _isvoyno = false; private bool _isetd = false; private bool _isrpclientname = false; private bool _isrpcotcode = false; private bool _isrpmblno = false; private bool _isrpcustno = false; private bool _isrpvessel = false; private bool _isrpvoyno = false; private bool _isrpetd = false; private bool _ISSETTLEMENTS = false; private bool _ISSETTLEMENTSOPEN = false; private string _ar = ""; private string _arfc = ""; private string _ap = ""; private string _apfc = ""; private string _mbincome = ""; private string _mbspending = ""; private string _tmfci = ""; private string _tmsfc = ""; private string _aabwi = ""; private string _ambs = ""; private string _amfci = ""; private string _amsfc = ""; private string _otherr = ""; private string _otherp = ""; private string _egol = ""; private string _modifieduser = ""; private DateTime _modifiedtime = DateTime.Now; private bool _ISAPMBSPENDING = false; private string _APMBSPENDING = ""; private bool _ISAPTMSFC = false; private string _APTMSFC = ""; /// /// 唯一编码 /// public string GID { set{ _gid=value;} get{return _gid;} } /// /// 财务软件编码 /// public int FSOFTCODE { set{ _fsoftcode=value;} get{return _fsoftcode;} } /// /// 转帐凭证字 /// public string TVW { set{ _tvw=value;} get{return _tvw;} } /// /// 现金付款凭证字 /// public string CPVW { set{ _cpvw=value;} get{return _cpvw;} } /// /// 现金收款凭证字 /// public string CRTW { set{ _crtw=value;} get{return _crtw;} } /// /// 银行付款凭证字 /// public string BPVW { set{ _bpvw=value;} get{return _bpvw;} } /// /// 银行收款凭证字 /// public string BRTW { set{ _brtw=value;} get{return _brtw;} } /// /// 收入成本是否核算美元 /// public bool ISTCOIIED { set{ _istcoiied=value;} get{return _istcoiied;} } /// /// 使用核算项目生成分录 /// public bool ISUAPGE { set{ _isuapge=value;} get{return _isuapge;} } /// /// 核算办法 /// public int AMCODE { set{ _amcode=value;} get{return _amcode;} } /// /// 客户核算名称 /// public string CANAME { set{ _caname=value;} get{return _caname;} } /// /// 供应商核算名称 /// public string SANAME { set{ _saname=value;} get{return _saname;} } /// /// 部门核算名称 /// public string DANAME { set{ _daname=value;} get{return _daname;} } /// /// 人员核算名称 /// public string PANAEM { set{ _panaem=value;} get{return _panaem;} } /// /// 附件数量 /// public int AFFIXNO { set{ _affixno=value;} get{return _affixno;} } /// /// 根据船名航次生成凭证 /// public bool ISATTNOTCVVGV { set{ _isattnotcvvgv=value;} get{return _isattnotcvvgv;} } /// /// 根据帐单生成凭证 /// public bool ISATBGV { set{ _isatbgv=value;} get{return _isatbgv;} } /// /// 合并生成结算凭证 /// public bool ISMGSC { set{ _ismgsc=value;} get{return _ismgsc;} } /// /// 凭证禁止修改 /// public bool ISVBM { set{ _isvbm=value;} get{return _isvbm;} } /// /// 是否客户名称 /// public bool ISCLIENTNAME { set{ _isclientname=value;} get{return _isclientname;} } /// /// 是否业务编号 /// public bool ISCOTCODE { set{ _iscotcode=value;} get{return _iscotcode;} } /// /// 是否委托编号 /// public bool ISCUSTNO { set{ _iscustno=value;} get{return _iscustno;} } /// /// 是否主提单号 /// public bool ISMBLNO { set{ _ismblno=value;} get{return _ismblno;} } /// /// 是否船名 /// public bool ISVESSEL { set{ _isvessel=value;} get{return _isvessel;} } /// /// 是否航次 /// public bool ISVOYNO { set{ _isvoyno=value;} get{return _isvoyno;} } /// /// 是否航期 /// public bool ISETD { set{ _isetd=value;} get{return _isetd;} } /// /// 是否收付客户名称 /// public bool ISRPCLIENTNAME { set{ _isrpclientname=value;} get{return _isrpclientname;} } /// /// 是否收付业务编号 /// public bool ISRPCOTCODE { set{ _isrpcotcode=value;} get{return _isrpcotcode;} } /// /// 是否收付主提单号 /// public bool ISRPMBLNO { set{ _isrpmblno=value;} get{return _isrpmblno;} } /// /// 是否收付委托编号 /// public bool ISRPCUSTNO { set{ _isrpcustno=value;} get{return _isrpcustno;} } /// /// 是否收付船名 /// public bool ISRPVESSEL { set{ _isrpvessel=value;} get{return _isrpvessel;} } /// /// 是否收付航次 /// public bool ISRPVOYNO { set{ _isrpvoyno=value;} get{return _isrpvoyno;} } /// /// 是否收付航期 /// public bool ISRPETD { set{ _isrpetd=value;} get{return _isrpetd;} } /// /// 是否在结算时自动生成凭证 /// public bool ISSETTLEMENTS { set { _ISSETTLEMENTS = value; } get { return _ISSETTLEMENTS; } } /// /// 是否自动弹出结算凭证 /// public bool ISSETTLEMENTSOPEN { set { _ISSETTLEMENTSOPEN = value; } get { return _ISSETTLEMENTSOPEN; } } /// /// 应收账款 /// public string AR { set{ _ar=value;} get{return _ar;} } /// /// 应收账款外币 /// public string ARFC { set{ _arfc=value;} get{return _arfc;} } /// /// 应付账款 /// public string AP { set{ _ap=value;} get{return _ap;} } /// /// 应付账款外币 /// public string APFC { set{ _apfc=value;} get{return _apfc;} } /// /// 主营业务收入 /// public string MBINCOME { set{ _mbincome=value;} get{return _mbincome;} } /// /// 主营业务支出 /// public string MBSPENDING { set{ _mbspending=value;} get{return _mbspending;} } /// /// 主营收入外币 /// public string TMFCI { set{ _tmfci=value;} get{return _tmfci;} } /// /// 主营支出外币 /// public string TMSFC { set{ _tmsfc=value;} get{return _tmsfc;} } /// /// 空运主营业务收入 /// public string AABWI { set{ _aabwi=value;} get{return _aabwi;} } /// /// 空运主营业务支出 /// public string AMBS { set{ _ambs=value;} get{return _ambs;} } /// /// 空运主营收入外币 /// public string AMFCI { set{ _amfci=value;} get{return _amfci;} } /// /// 空运主营支出外币 /// public string AMSFC { set{ _amsfc=value;} get{return _amsfc;} } /// /// 其他应收 /// public string OTHERR { set{ _otherr=value;} get{return _otherr;} } /// /// 其他应付 /// public string OTHERP { set{ _otherp=value;} get{return _otherp;} } /// /// 汇兑损益 /// public string EGOL { set{ _egol=value;} get{return _egol;} } /// /// 最后一次更新操作人 /// public string MODIFIEDUSER { set { _modifieduser = value; } get { return _modifieduser; } } /// /// 最后一次更新操作时间 /// public DateTime MODIFIEDTIME { set { _modifiedtime = value; } get { return _modifiedtime; } } /// /// 是否默认付费结算借方科目代码 /// public bool ISAPMBSPENDING { set { _ISAPMBSPENDING = value; } get { return _ISAPMBSPENDING; } } /// /// 付费结算借方默认科目代码 /// public string APMBSPENDING { set { _APMBSPENDING = value; } get { return _APMBSPENDING; } } /// /// 是否默认付费结算外币借方科目代码 /// public bool ISAPTMSFC { set { _ISAPTMSFC = value; } get { return _ISAPTMSFC; } } /// /// 付费结算外币借方默认科目代码 /// public string APTMSFC { set { _APTMSFC = value; } get { return _APTMSFC; } } private string _DR = ""; /// /// 预收账款 /// public string DR { set { _DR = value; } get { return _DR; } } private string _DRFC = ""; /// /// 预收账款外币 /// public string DRFC { set { _DRFC = value; } get { return _DRFC; } } private string _CR = ""; /// /// 预付账款 /// public string CR { set { _CR = value; } get { return _CR; } } private string _CRFC = ""; /// /// 预付账款外币 /// public string CRFC { set { _CRFC = value; } get { return _CRFC; } } private bool _isbillno = false; /// /// 是否申请单号 /// public bool ISBILLNO { get { return _isbillno; } set { _isbillno = value; } } private bool _isrpbillno = false; /// /// 是否收付申请单号 /// public bool ISRPBILLNO { get { return _isrpbillno; } set { _isrpbillno = value; } } private bool _ISFILLSERIALNO = false; /// /// 是否在生成凭证号时补号 /// public bool ISFILLSERIALNO { set { _ISFILLSERIALNO = value; } get { return _ISFILLSERIALNO; } } // #endregion Model } }