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 = "VW_cw_genleg_accitems_gl", DisableSyncStructure = true)] public partial class VWCwGenlegAccitemsGl { [JsonProperty, Column(DbType = "varchar(10)")] public string ACCATTRIBUTE { get; set; } [JsonProperty, Column(DbType = "varchar(7)")] public string ACCDATE { get; set; } [JsonProperty, Column(DbType = "varchar(36)", IsNullable = false)] public string ACCGID { get; set; } [JsonProperty, Column(DbType = "varchar(16)", IsNullable = false)] public string ACCID { get; set; } [JsonProperty] public bool? ACCISENABLE { get; set; } [JsonProperty, Column(DbType = "varchar(2)")] public string ACCMONTH { get; set; } [JsonProperty, Column(DbType = "varchar(60)")] public string ACCNAME { get; set; } [JsonProperty, Column(DbType = "varchar(100)")] public string ACCTYPE { get; set; } [JsonProperty, Column(DbType = "varchar(4)", IsNullable = false)] public string ACCYEAR { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? AMTBLC { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? AMTCR { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? AMTDR { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? AMTLASTBLC { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? AMTLASTCR { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? AMTLASTDR { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? AMTYEARBLC { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? AMTYEARCR { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? AMTYEARDR { get; set; } [JsonProperty, Column(DbType = "varchar(250)", IsNullable = false)] public string CORPACC { get; set; } [JsonProperty, Column(DbType = "varchar(36)")] public string CORPID { get; set; } [JsonProperty] public DateTime? CREATETIME { get; set; } [JsonProperty, Column(DbType = "varchar(36)")] public string CREATEUSER { get; set; } [JsonProperty, Column(DbType = "varchar(20)", IsNullable = false)] public string CURRENCY { get; set; } [JsonProperty, Column(DbType = "varchar(10)")] public string DC { get; set; } [JsonProperty] public DateTime? DELETETIME { get; set; } [JsonProperty, Column(DbType = "varchar(36)")] public string DELETEUSER { get; set; } [JsonProperty, Column(DbType = "varchar(100)", IsNullable = false)] public string DEPTACC { get; set; } [JsonProperty] public bool? DETAILED { get; set; } [JsonProperty, Column(DbType = "varchar(100)", IsNullable = false)] public string EMPLACC { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? FCYBLC { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? FCYCR { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? FCYDR { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? FCYLASTBLC { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? FCYLASTCR { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? FCYLASTDR { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? FCYYEARBLC { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? FCYYEARCR { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? FCYYEARDR { get; set; } [JsonProperty, Column(DbType = "varchar(36)", IsNullable = false)] public string GID { get; set; } [JsonProperty] public bool? ISCORPACC { get; set; } [JsonProperty] public bool? ISDELETE { get; set; } [JsonProperty] public bool? ISDEPTACC { get; set; } [JsonProperty] public bool? ISEMPLACC { get; set; } [JsonProperty] public bool? ISENABLE { get; set; } [JsonProperty] public bool? ISFCY { get; set; } [JsonProperty] public bool? IsInitialEntry { get; set; } [JsonProperty] public bool? ISITEMACC { get; set; } [JsonProperty, Column(DbType = "varchar(100)", IsNullable = false)] public string ITEMACC { get; set; } [JsonProperty, Column(DbType = "varchar(36)", IsNullable = false)] public string LINKGID { get; set; } [JsonProperty] public DateTime? MODIFIEDTIME { get; set; } [JsonProperty, Column(DbType = "varchar(36)")] public string MODIFIEDUSER { get; set; } [JsonProperty, Column(DbType = "varchar(2)", IsNullable = false)] public string MONTH { get; set; } [JsonProperty, Column(DbType = "varchar(36)")] public string PACCGID { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? PFACR { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? PFADR { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? QTYBLC { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? QTYCR { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? QTYDR { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? QTYLASTBLC { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? QTYLASTCR { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? QTYLASTDR { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? QTYYEARBLC { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? QTYYEARCR { get; set; } [JsonProperty, Column(DbType = "numeric(18,2)")] public decimal? QTYYEARDR { get; set; } [JsonProperty, Column(DbType = "varchar(200)")] public string REMARKS { get; set; } [JsonProperty, Column(DbType = "varchar(36)")] public string STARTGID { get; set; } [JsonProperty, Column(DbType = "varchar(4)", IsNullable = false)] public string YEAR { get; set; } } }