using FreeSql.DatabaseModel;using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Newtonsoft.Json; using FreeSql.DataAnnotations; namespace djy.Model { [JsonObject(MemberSerialization.OptIn), Table(Name = "cw_design", DisableSyncStructure = true)] public partial class CwDesign { /// /// 唯一编码 /// [JsonProperty, Column(DbType = "varchar(36)", IsPrimary = true, IsNullable = false)] public string GID { get; set; } = Guid.NewGuid().ToString().ToUpper(); /// /// 空运主营业务收入 /// [JsonProperty, Column(DbType = "varchar(20)")] public string AABWI { get; set; } /// /// 附件数量 /// [JsonProperty] public int? AFFIXNO { get; set; } [JsonProperty, Column(DbType = "varchar(20)")] public string AMAP { get; set; } = ""; [JsonProperty, Column(DbType = "varchar(20)")] public string AMAPFC { get; set; } = ""; [JsonProperty, Column(DbType = "varchar(20)")] public string AMAR { get; set; } = ""; [JsonProperty, Column(DbType = "varchar(20)")] public string AMARFC { get; set; } = ""; /// /// 空运主营业务支出 /// [JsonProperty, Column(DbType = "varchar(20)")] public string AMBS { get; set; } /// /// 核算办法 /// [JsonProperty] public int? AMCODE { get; set; } /// /// 空运主营收入外币 /// [JsonProperty, Column(DbType = "varchar(20)")] public string AMFCI { get; set; } /// /// 空运主营支出外币 /// [JsonProperty, Column(DbType = "varchar(20)")] public string AMSFC { get; set; } /// /// 应付账款 /// [JsonProperty, Column(DbType = "varchar(20)")] public string AP { get; set; } /// /// 应付账款外币 /// [JsonProperty, Column(DbType = "varchar(20)")] public string APFC { get; set; } /// /// 付费结算借方默认科目代码 /// [JsonProperty, Column(DbType = "varchar(20)")] public string APMBSPENDING { get; set; } = ""; /// /// 付费结算借方外币默认科目代码 /// [JsonProperty, Column(DbType = "varchar(20)")] public string APTMSFC { get; set; } = ""; /// /// 应收账款 /// [JsonProperty, Column(DbType = "varchar(20)")] public string AR { get; set; } /// /// 应收账款外币 /// [JsonProperty, Column(DbType = "varchar(20)")] public string ARFC { get; set; } /// /// 银行付款凭证字 /// [JsonProperty, Column(DbType = "varchar(20)")] public string BPVW { get; set; } /// /// 银行收款凭证字 /// [JsonProperty, Column(DbType = "varchar(20)")] public string BRTW { get; set; } /// /// 客户核算名称 /// [JsonProperty, Column(DbType = "varchar(20)")] public string CANAME { get; set; } /// /// 现金付款凭证字 /// [JsonProperty, Column(DbType = "varchar(20)")] public string CPVW { get; set; } /// /// 预付账款 account prepaid /// [JsonProperty, Column(DbType = "varchar(20)")] public string CR { get; set; } = ""; /// /// 预付账款外币account prepaid foreign currency /// [JsonProperty, Column(DbType = "varchar(20)")] public string CRFC { get; set; } = ""; /// /// 现金收款凭证字 /// [JsonProperty, Column(DbType = "varchar(20)")] public string CRTW { get; set; } /// /// 部门核算名称 /// [JsonProperty, Column(DbType = "varchar(20)")] public string DANAME { get; set; } /// /// 预收账款 deposit received /// [JsonProperty, Column(DbType = "varchar(20)")] public string DR { get; set; } = ""; /// /// 预收账款外币deposit received foreign currency /// [JsonProperty, Column(DbType = "varchar(20)")] public string DRFC { get; set; } = ""; /// /// 汇兑损益 /// [JsonProperty, Column(DbType = "varchar(20)")] public string EGOL { get; set; } /// /// 挂账应付摘要模板 /// [JsonProperty, Column(DbType = "varchar(500)")] public string EXPLANAP { get; set; } = ""; /// /// 挂账应收摘要模板 /// [JsonProperty, Column(DbType = "varchar(500)")] public string EXPLANAR { get; set; } = ""; /// /// 主营业务收入摘要模板 /// [JsonProperty, Column(DbType = "varchar(500)")] public string EXPLANMBINCOME { get; set; } = ""; /// /// 主营业务支出摘要模板 /// [JsonProperty, Column(DbType = "varchar(500)")] public string EXPLANMBSPENDING { get; set; } = ""; /// /// 财务软件编码 /// [JsonProperty] public int? FSOFTCODE { get; set; } /// /// 是否默认付费结算借方科目代码 /// [JsonProperty] public bool? ISAPMBSPENDING { get; set; } = false; /// /// 是否默认付费结算借方外币科目代码 /// [JsonProperty] public bool? ISAPTMSFC { get; set; } = false; /// /// 根据帐单生成凭证 /// [JsonProperty] public bool? ISATBGV { get; set; } /// /// 根据船名航次生成凭证 /// [JsonProperty] public bool? ISATTNOTCVVGV { get; set; } /// /// 是否申请单号 /// [JsonProperty] public bool? ISBILLNO { get; set; } = false; /// /// 是否客户名称 /// [JsonProperty] public bool? ISCLIENTNAME { get; set; } /// /// 是否业务编号 /// [JsonProperty] public bool? ISCOTCODE { get; set; } /// /// 是否委托编号 /// [JsonProperty] public bool? ISCUSTNO { get; set; } /// /// 是否委托单位 /// [JsonProperty] public bool? ISCUSTOMERNAME { get; set; } = false; /// /// 是否航期 /// [JsonProperty] public bool? ISETD { get; set; } /// /// 是否摘要模板 /// [JsonProperty] public bool? ISEXPLANMODEL { get; set; } = false; /// /// 是否在生成凭证号时补号 /// [JsonProperty] public bool? ISFILLSERIALNO { get; set; } = false; /// /// 是否主提单号 /// [JsonProperty] public bool? ISMBLNO { get; set; } /// /// 合并生成结算凭证 /// [JsonProperty] public bool? ISMGSC { get; set; } /// /// 是否收付申请单号 /// [JsonProperty] public bool? ISRPBILLNO { get; set; } = false; /// /// 是否收付客户名称 /// [JsonProperty] public bool? ISRPCLIENTNAME { get; set; } /// /// 是否收付业务编号 /// [JsonProperty] public bool? ISRPCOTCODE { get; set; } /// /// 是否收付委托编号 /// [JsonProperty] public bool? ISRPCUSTNO { get; set; } /// /// 是否收付委托单位 /// [JsonProperty] public bool? ISRPCUSTOMERNAME { get; set; } = false; /// /// 是否收付航期 /// [JsonProperty] public bool? ISRPETD { get; set; } /// /// 是否收付摘要模板 /// [JsonProperty] public bool? ISRPEXPLANMODEL { get; set; } = false; /// /// 是否收付主提单号 /// [JsonProperty] public bool? ISRPMBLNO { get; set; } /// /// 是否收付船名 /// [JsonProperty] public bool? ISRPVESSEL { get; set; } /// /// 是否收付航次 /// [JsonProperty] public bool? ISRPVOYNO { get; set; } /// /// 是否在结算时自动生成凭证 /// [JsonProperty] public bool? ISSETTLEMENTS { get; set; } = false; /// /// 是否在结算自动生成凭证时自动弹出结算凭证 /// [JsonProperty] public bool? ISSETTLEMENTSOPEN { get; set; } = false; /// /// 收入成本是否核算美元 /// [JsonProperty] public bool? ISTCOIIED { get; set; } /// /// 使用核算项目生成分录 /// [JsonProperty] public bool? ISUAPGE { get; set; } /// /// 凭证禁止修改 /// [JsonProperty] public bool? ISVBM { get; set; } /// /// 是否船名 /// [JsonProperty] public bool? ISVESSEL { get; set; } /// /// 是否航次 /// [JsonProperty] public bool? ISVOYNO { get; set; } /// /// 主营业务收入 /// [JsonProperty, Column(DbType = "varchar(20)")] public string MBINCOME { get; set; } /// /// 主营业务支出 /// [JsonProperty, Column(DbType = "varchar(20)")] public string MBSPENDING { get; set; } /// /// 最后一次更新操作时间 /// [JsonProperty, Column(InsertValueSql = "getdate()")] public DateTime? MODIFIEDTIME { get; set; } /// /// 最后一次更新操作人 /// [JsonProperty, Column(DbType = "varchar(36)")] public string MODIFIEDUSER { get; set; } /// /// 其他应付 /// [JsonProperty, Column(DbType = "varchar(20)")] public string OTHERP { get; set; } /// /// 其他应收 /// [JsonProperty, Column(DbType = "varchar(20)")] public string OTHERR { get; set; } /// /// 人员核算名称 /// [JsonProperty, Column(DbType = "varchar(20)")] public string PANAEM { get; set; } /// /// 结算应付摘要模板 /// [JsonProperty, Column(DbType = "varchar(500)")] public string RPEXPLANAP { get; set; } = ""; /// /// 结算应收摘要模板 /// [JsonProperty, Column(DbType = "varchar(500)")] public string RPEXPLANAR { get; set; } = ""; /// /// 供应商核算名称 /// [JsonProperty, Column(DbType = "varchar(20)")] public string SANAME { get; set; } /// /// 主营收入外币 /// [JsonProperty, Column(DbType = "varchar(20)")] public string TMFCI { get; set; } /// /// 主营支出外币 /// [JsonProperty, Column(DbType = "varchar(20)")] public string TMSFC { get; set; } /// /// 转帐凭证字 /// [JsonProperty, Column(DbType = "varchar(20)")] public string TVW { get; set; } } }