You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
308 lines
8.1 KiB
308 lines
8.1 KiB
4 years ago
|
using System;
|
||
|
using System.ComponentModel;
|
||
|
using System.ComponentModel.DataAnnotations;
|
||
|
using System.ComponentModel.DataAnnotations.Schema;
|
||
|
using CK.SCP.Models.Base;
|
||
|
using CK.SCP.Models.Enums;
|
||
|
|
||
|
namespace CK.SCP.Models.ExchangeCenterTables
|
||
|
{
|
||
|
[Description("�ͻ���")]
|
||
|
public class TES_CUSTOMER : TED_BASE,ITaskTable
|
||
|
{
|
||
|
[Description("�ͻ�����")]
|
||
|
[StringLength(50)]
|
||
|
public string CustomerCode { get; set; }
|
||
|
|
||
|
[Description("�ͻ�����")]
|
||
|
[StringLength(50)]
|
||
|
public string CustomerName { get; set; }
|
||
|
|
||
|
[Description("��������")]
|
||
|
[StringLength(50)]
|
||
|
public string SearchName { get; set; }
|
||
|
|
||
|
[Description("�����")]
|
||
|
[StringLength(50)]
|
||
|
public string SecondName { get; set; }
|
||
|
|
||
|
[Description("����������")]
|
||
|
[StringLength(50)]
|
||
|
public string ThirdName { get; set; }
|
||
|
|
||
|
[Description("����")]
|
||
|
[StringLength(50)]
|
||
|
public string GroupName { get; set; }
|
||
|
|
||
|
[Description("����")]
|
||
|
[StringLength(50)]
|
||
|
public string Active { get; set; }
|
||
|
|
||
|
[Description("�ͻ���ַ")]
|
||
|
[StringLength(50)]
|
||
|
public string Address1 { get; set; }
|
||
|
|
||
|
[Description("�ͻ���ַ")]
|
||
|
[StringLength(50)]
|
||
|
public string Address2 { get; set; }
|
||
|
|
||
|
[Description("�ͻ���ַ")]
|
||
|
[StringLength(50)]
|
||
|
public string Address3 { get; set; }
|
||
|
|
||
|
[Description("�ʱ�")]
|
||
|
[StringLength(50)]
|
||
|
public string ZipCode { get; set; }
|
||
|
|
||
|
[Description("����")]
|
||
|
[StringLength(50)]
|
||
|
public string City { get; set; }
|
||
|
|
||
|
[Description("����")]
|
||
|
[StringLength(50)]
|
||
|
public string Country { get; set; }
|
||
|
|
||
|
[Description("�绰")]
|
||
|
[StringLength(50)]
|
||
|
public string Telephone { get; set; }
|
||
|
|
||
|
[Description("ʡ")]
|
||
|
[StringLength(50)]
|
||
|
public string province { get; set; }
|
||
|
|
||
|
[Description("��")]
|
||
|
[StringLength(50)]
|
||
|
public string County { get; set; }
|
||
|
|
||
|
[Description("����")]
|
||
|
[StringLength(50)]
|
||
|
public string Fax { get; set; }
|
||
|
|
||
|
[Description("���Դ���")]
|
||
|
[StringLength(50)]
|
||
|
public string LanguageCode { get; set; }
|
||
|
|
||
|
[Description("�����ʼ�")]
|
||
|
[StringLength(50)]
|
||
|
public string Email { get; set; }
|
||
|
|
||
|
[Description("��ַ")]
|
||
|
[StringLength(50)]
|
||
|
public string Internet { get; set; }
|
||
|
|
||
|
[Description("��˰��ַ")]
|
||
|
[StringLength(50)]
|
||
|
public string AddressIsTaxable { get; set; }
|
||
|
|
||
|
[Description("��˰")]
|
||
|
[StringLength(50)]
|
||
|
public string AddressIsTaxIncluded { get; set; }
|
||
|
|
||
|
[Description("����˰")]
|
||
|
[StringLength(50)]
|
||
|
public string FederalTax { get; set; }
|
||
|
|
||
|
[Description("��˰")]
|
||
|
[StringLength(50)]
|
||
|
public string StateTax { get; set; }
|
||
|
|
||
|
[Description("����˰1")]
|
||
|
[StringLength(50)]
|
||
|
public string MiscTax1 { get; set; }
|
||
|
|
||
|
[Description("����˰2")]
|
||
|
[StringLength(50)]
|
||
|
public string MiscTax2 { get; set; }
|
||
|
|
||
|
[Description("����˰3")]
|
||
|
[StringLength(50)]
|
||
|
public string MiscTax3 { get; set; }
|
||
|
|
||
|
[Description("����˰")]
|
||
|
[StringLength(50)]
|
||
|
public string TaxInCity { get; set; }
|
||
|
|
||
|
[Description("˰��")]
|
||
|
[StringLength(50)]
|
||
|
public string TaxZone { get; set; }
|
||
|
|
||
|
[Description("˰��")]
|
||
|
[StringLength(50)]
|
||
|
public string TaxClass { get; set; }
|
||
|
|
||
|
[Description("˰��;")]
|
||
|
[StringLength(50)]
|
||
|
public string TaxUsage { get; set; }
|
||
|
|
||
|
[Description("����")]
|
||
|
[StringLength(50)]
|
||
|
public string Title { get; set; }
|
||
|
|
||
|
[Description("��ϵ������")]
|
||
|
[StringLength(50)]
|
||
|
public string ContactName { get; set; }
|
||
|
|
||
|
[Description("��д")]
|
||
|
[StringLength(50)]
|
||
|
public string Initials { get; set; }
|
||
|
|
||
|
[Description("����")]
|
||
|
[StringLength(50)]
|
||
|
public string Function { get; set; }
|
||
|
|
||
|
[Description("�Ա�")]
|
||
|
[StringLength(50)]
|
||
|
public string Gender { get; set; }
|
||
|
|
||
|
[Description("��Ҫ��ϵ��")]
|
||
|
[StringLength(50)]
|
||
|
public string ContactIsPrimary { get; set; }
|
||
|
|
||
|
[Description("��Ҫ��ϵ��")]
|
||
|
[StringLength(50)]
|
||
|
public string ContactIsSecondary { get; set; }
|
||
|
|
||
|
[Description("��������")]
|
||
|
[StringLength(50)]
|
||
|
public string Compens { get; set; }
|
||
|
|
||
|
[Description("��Ʊ�����ļ�")]
|
||
|
[StringLength(50)]
|
||
|
public string GlProfileInvoice { get; set; }
|
||
|
|
||
|
[Description("����Ʊ�ݿ����ļ�")]
|
||
|
[StringLength(50)]
|
||
|
public string GlProfileCreditNote { get; set; }
|
||
|
|
||
|
[Description("Ԥ���������ļ�")]
|
||
|
[StringLength(50)]
|
||
|
public string GlProfilePrepayment { get; set; }
|
||
|
|
||
|
[Description("�ۼ������ļ�")]
|
||
|
[StringLength(50)]
|
||
|
public string GLProfileDeduction { get; set; }
|
||
|
|
||
|
[Description("�������˿����ļ�")]
|
||
|
[StringLength(50)]
|
||
|
public string AccountGLProfile { get; set; }
|
||
|
|
||
|
[Description("�������ÿ����ļ�")]
|
||
|
[StringLength(50)]
|
||
|
public string FinanceChargeProfile { get; set; }
|
||
|
|
||
|
[Description("���˻������ļ�")]
|
||
|
[StringLength(50)]
|
||
|
public string SubAccountProfile { get; set; }
|
||
|
|
||
|
[Description("����")]
|
||
|
[StringLength(50)]
|
||
|
public string Currency { get; set; }
|
||
|
|
||
|
[Description("�ͻ�����")]
|
||
|
[StringLength(50)]
|
||
|
public string Customertype { get; set; }
|
||
|
|
||
|
[Description("֧����")]
|
||
|
[StringLength(50)]
|
||
|
public string CreditTerms { get; set; }
|
||
|
|
||
|
[Description("��Ʊ״̬����")]
|
||
|
[StringLength(50)]
|
||
|
public string InvoiceStatusCode { get; set; }
|
||
|
|
||
|
[Description("������")]
|
||
|
[StringLength(50)]
|
||
|
public string PaymentGroup { get; set; }
|
||
|
|
||
|
[Description("�˵���ϸ��")]
|
||
|
[StringLength(50)]
|
||
|
public string BillingSchedule { get; set; }
|
||
|
|
||
|
[Description("Ʊ���տ���")]
|
||
|
[StringLength(50)]
|
||
|
public string BillPayee { get; set; }
|
||
|
|
||
|
[Description("��Ʊ��Ȩ")]
|
||
|
[StringLength(50)]
|
||
|
public string InvoicebyAuthorization { get; set; }
|
||
|
|
||
|
[Description("����Ա")]
|
||
|
[StringLength(50)]
|
||
|
public string SalesPerson { get; set; }
|
||
|
|
||
|
[Description("������ʽ")]
|
||
|
[StringLength(50)]
|
||
|
public string ShipVia { get; set; }
|
||
|
|
||
|
[Description("ת��˰")]
|
||
|
[StringLength(50)]
|
||
|
public string Resale { get; set; }
|
||
|
|
||
|
[Description("��ע")]
|
||
|
[StringLength(50)]
|
||
|
public string Remarks { get; set; }
|
||
|
|
||
|
[Description("����")]
|
||
|
[StringLength(50)]
|
||
|
public string Region { get; set; }
|
||
|
|
||
|
[Description("�ۿ۱�")]
|
||
|
[StringLength(50)]
|
||
|
public string DiscountTable { get; set; }
|
||
|
|
||
|
[Description("�̶��۸�")]
|
||
|
[StringLength(50)]
|
||
|
public string FixfdPrice { get; set; }
|
||
|
|
||
|
[Description("�ռ��˼�")]
|
||
|
[StringLength(50)]
|
||
|
public string DayBookSet { get; set; }
|
||
|
|
||
|
[Description("���и�ʽ")]
|
||
|
[StringLength(50)]
|
||
|
public string BankFormat { get; set; }
|
||
|
|
||
|
[Description("�ͻ�����")]
|
||
|
[StringLength(50)]
|
||
|
public string CustomerBank { get; set; }
|
||
|
|
||
|
[Description("��������")]
|
||
|
[StringLength(50)]
|
||
|
public string OwnBank { get; set; }
|
||
|
|
||
|
|
||
|
[Key]
|
||
|
public Guid GUID { get; set; } = Guid.NewGuid();
|
||
|
|
||
|
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
||
|
public int UID { get; set; }
|
||
|
|
||
|
[Description("������")]
|
||
|
[StringLength(50)]
|
||
|
public string CreateUser { get; set; }
|
||
|
|
||
|
[Description("����ʱ��")]
|
||
|
public DateTime CreateTime { get; set; }
|
||
|
|
||
|
|
||
|
[Description("��ע")]
|
||
|
public string Remark { get; set; }
|
||
|
|
||
|
[Description("��������")]
|
||
|
public Guid TaskID { get; set; }
|
||
|
|
||
|
[Description("��������")]
|
||
|
[StringLength(50)]
|
||
|
public string CommandType { get; set; }
|
||
|
|
||
|
public Guid DataID { get; set; }
|
||
|
|
||
|
[Description("��")]
|
||
|
[StringLength(50)]
|
||
|
public string Domain { get; set; }
|
||
|
|
||
|
[Description("�ص�")]
|
||
|
[StringLength(50)]
|
||
|
public string Site { get; set; }
|
||
|
}
|
||
|
}
|