using System; using System.Collections.Generic; using System.Linq; using System.Web; using HcUtility.Core; using Newtonsoft.Json; namespace DSWeb.Areas.Import.Models.CwDesign { [JsonObject] public class CwDesign { public CwDesign() { } #region Model private string _gid= "newid"; private int _fsoftcode; private string _tvw; private string _cpvw; private string _crtw; private string _bpvw; private string _brtw; private bool _istcoiied; private bool _isuapge; private int _amcode; private string _caname; private string _saname; private string _daname; private string _panaem; private int _affixno; private bool _isattnotcvvgv; private bool _isatbgv; private bool _ismgsc; private bool _isvbm; private bool _isclientname; private bool _iscotcode; private bool _iscustno; private bool _ismblno; private bool _isvessel; private bool _isvoyno; private bool _isetd; private bool _isrpclientname; private bool _isrpcotcode; private bool _isrpmblno; private bool _isrpcustno; private bool _isrpvessel; private bool _isrpvoyno; private bool _isrpetd; private bool _ISSETTLEMENTS; private bool _ISSETTLEMENTSOPEN; private string _ar; private string _arfc; private string _ap; private string _apfc; private string _dr; private string _drfc; private string _cr; private string _crfc; 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; private string _APMBSPENDING; private bool _ISAPTMSFC; 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 DR { set { _dr = value; } get { return _dr; } } /// /// 预收账款外币 /// public string DRFC { set { _drfc = value; } get { return _drfc; } } /// /// 预付账款 /// public string CR { set { _cr = value; } get { return _cr; } } /// /// 预付账款外币 /// public string CRFC { set { _crfc = value; } get { return _crfc; } } /// /// 主营业务收入 /// 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; } } #endregion Model } }