260 lines
7.5 KiB
C#
260 lines
7.5 KiB
C#
namespace SytelineSaAppDataModel
|
|
{
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel.DataAnnotations;
|
|
using System.ComponentModel.DataAnnotations.Schema;
|
|
using System.Data.Entity.Spatial;
|
|
|
|
[Table("ZPL_VAT_CodesAssociations")]
|
|
public partial class VatCodesAssociation
|
|
{
|
|
[Key]
|
|
[Column("VATRegisterType", Order = 0)]
|
|
[StringLength(1)]
|
|
public string VatRegisterType { get; set; }
|
|
|
|
[Key]
|
|
[Column("end_user_type", Order = 1)]
|
|
[StringLength(6)]
|
|
public string EndUserType { get; set; }
|
|
|
|
[Key]
|
|
[Column("category", Order = 2)]
|
|
[StringLength(6)]
|
|
public string Category { get; set; }
|
|
|
|
[Key]
|
|
[Column("prod_code", Order = 3)]
|
|
[StringLength(10)]
|
|
public string ProductCode { get; set; }
|
|
|
|
[Required]
|
|
[StringLength(6)]
|
|
[Column("tax_code")]
|
|
public string TaxCode { get; set; }
|
|
|
|
[Required]
|
|
[StringLength(10)]
|
|
[Column("VATRegisterCode")]
|
|
public string VatRegisterCode { get; set; }
|
|
|
|
[Column("InWorkflow")]
|
|
public byte InWorkflow { get; set; }
|
|
|
|
[Column("NoteExistsFlag")]
|
|
public byte NoteExistsFlag { get; set; }
|
|
|
|
[Column("RecordDate")]
|
|
public DateTime RecordDate { get; set; }
|
|
|
|
[Column("RowPointer")]
|
|
public Guid RowPointer { get; set; }
|
|
|
|
[Required]
|
|
[StringLength(30)]
|
|
[Column("CreatedBy")]
|
|
public string CreatedBy { get; set; }
|
|
|
|
[Required]
|
|
[StringLength(30)]
|
|
[Column("UpdatedBy")]
|
|
public string UpdatedBy { get; set; }
|
|
|
|
[Column("CreateDate")]
|
|
public DateTime CreateDate { get; set; }
|
|
|
|
//[StringLength(12)]
|
|
//[Column("uf_ZPL_CodesCgsAcct")]
|
|
//public string uf_ZPL_CodesCgsAcct { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCgsAcctUnit1 { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCgsAcctUnit2 { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCgsAcctUnit3 { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCgsAcctUnit4 { get; set; }
|
|
|
|
//[StringLength(200)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCgsDescription { get; set; }
|
|
|
|
//[StringLength(12)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCgsFovhdAcct { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCgsFovhdAcctUnit1 { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCgsFovhdAcctUnit2 { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCgsFovhdAcctUnit3 { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCgsFovhdAcctUnit4 { get; set; }
|
|
|
|
//[StringLength(200)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCgsFovhdDescription { get; set; }
|
|
|
|
//[StringLength(12)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCgsLbrAcct { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCgsLbrAcctUnit1 { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCgsLbrAcctUnit2 { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCgsLbrAcctUnit3 { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCgsLbrAcctUnit4 { get; set; }
|
|
|
|
//[StringLength(200)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCgsLbrDescription { get; set; }
|
|
|
|
//[StringLength(12)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCgsVovhdAcct { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCgsVovhdAcctUnit1 { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCgsVovhdAcctUnit2 { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCgsVovhdAcctUnit3 { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCgsVovhdAcctUnit4 { get; set; }
|
|
|
|
//[StringLength(200)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCgsVovhdDescription { get; set; }
|
|
|
|
//[StringLength(12)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCOGSVarsAcct { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCOGSVarsAcctUnit1 { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCOGSVarsAcctUnit2 { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCOGSVarsAcctUnit3 { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCOGSVarsAcctUnit4 { get; set; }
|
|
|
|
//[StringLength(200)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesCOGVarsDescription { get; set; }
|
|
|
|
//[StringLength(12)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesOutAcct { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesOutAcctUnit1 { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesOutAcctUnit2 { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesOutAcctUnit3 { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesOutAcctUnit4 { get; set; }
|
|
|
|
//[StringLength(200)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesOutDescription { get; set; }
|
|
|
|
//[StringLength(12)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesSaleDsAcct { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesSaleDsAcctUnit1 { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesSaleDsAcctUnit2 { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesSaleDsAcctUnit3 { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesSaleDsAcctUnit4 { get; set; }
|
|
|
|
//[StringLength(200)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesSaleDsDescription { get; set; }
|
|
|
|
//[StringLength(12)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesSalesAcct { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesSalesAcctUnit1 { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesSalesAcctUnit2 { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesSalesAcctUnit3 { get; set; }
|
|
|
|
//[StringLength(4)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesSalesAcctUnit4 { get; set; }
|
|
|
|
//[StringLength(200)]
|
|
//[Column("item")]
|
|
//public string uf_ZPL_CodesSalesDescription { get; set; }
|
|
}
|
|
}
|