TG.WXCRM.V4/Model/Redis/RES_CUSTOMERUSER_RESID.cs

270 lines
7.0 KiB
C#

using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace WX.CRM.Model.Redis
{
public class RES_CUSTOMERUSER_RESID
{
//[NotMapped]
//public decimal PKID { get; set; }
[NotMapped]
[StringLength(100)]
public string RESID { get; set; }
[NotMapped]
[StringLength(50)]
public string USERNAME { get; set; }
//[NotMapped]
//public DateTime? CTIME { get; set; }
}
public class RES_CUSTOMERUSER_USERNAME
{
[NotMapped]
public decimal PKID { get; set; }
[NotMapped]
[StringLength(100)]
public string RESID { get; set; }
[NotMapped]
[StringLength(50)]
public string USERNAME { get; set; }
[NotMapped]
public DateTime? CTIME { get; set; }
}
public class RES_CUSTOMER_REDIS
{
[NotMapped]
[StringLength(100)]
public string RESID { get; set; }
[NotMapped]
[StringLength(100)]
public string CUSTOMERID { get; set; }
public DateTime? CTIME { get; set; }
[NotMapped]
[StringLength(100)]
public string CUSTOMERFROM { get; set; }
[NotMapped]
[StringLength(20)]
public string LASTNUM3 { get; set; }
}
public class RES_CUSTOMERDETAIL_REDIS
{
[NotMapped]
[StringLength(100)]
public string RESID { get; set; }
[NotMapped]
public decimal? CACCOUNT { get; set; }
[NotMapped]
[StringLength(100)]
public string EMAIL { get; set; }
[NotMapped]
[StringLength(30)]
public string CNAME { get; set; }
[NotMapped]
[StringLength(1)]
public string GENDER { get; set; }
[NotMapped]
public DateTime? BIRTHDAY { get; set; }
[NotMapped]
public decimal? PROVINCEID { get; set; }
[NotMapped]
public decimal? CITYID { get; set; }
[NotMapped]
[StringLength(200)]
public string ADDRESS { get; set; }
[NotMapped]
[StringLength(50)]
public string CUSTOMERTYPEID { get; set; }
[NotMapped]
[StringLength(50)]
public string AMOUNTTYPEID { get; set; }
[NotMapped]
[StringLength(50)]
public string JOBTYPEID { get; set; }
[NotMapped]
[StringLength(50)]
public string OPERATIONTYPE { get; set; }
[NotMapped]
[StringLength(100)]
public string MSN { get; set; }
[NotMapped]
[StringLength(20)]
public string QQ { get; set; }
[NotMapped]
[StringLength(15)]
public string FAX { get; set; }
[NotMapped]
[StringLength(100)]
public string CUSTOMERFROMBIG { get; set; }
[NotMapped]
[StringLength(200)]
public string PRIMARYNUMBERADDRESS { get; set; }
[NotMapped]
[StringLength(100)]
public string SPECIALMEMO { get; set; }
[NotMapped]
public decimal? CREATEUSER { get; set; }
[NotMapped]
public DateTime? UTIME { get; set; }
[NotMapped]
public decimal? UPDATEUSER { get; set; }
[NotMapped]
public short ISPRIMARYNUM { get; set; }
}
public class GJS_CUSTOMER_REDIS
{
[NotMapped]
[StringLength(20)]
public string TRADECODE { get; set; }
[NotMapped]
[StringLength(100)]
public string RESID { get; set; }
[NotMapped]
[StringLength(6)]
public string DEPTCDOE { get; set; }
[NotMapped]
public decimal? SALEUSERID { get; set; }
[NotMapped]
public decimal? TRADERUSERID { get; set; }
[NotMapped]
public decimal? SCHEDULESTATUS { get; set; }
[NotMapped]
public DateTime? CREATIONACCOUNTDATE { get; set; }
[NotMapped]
public DateTime? SIGNEDDATE { get; set; }
[NotMapped]
public DateTime? CLAIMTIME { get; set; }
[NotMapped]
public decimal? CLAIMEID { get; set; }
[NotMapped]
public DateTime CTIME { get; set; }
[NotMapped]
public DateTime? CANCELACCOUNTDATE { get; set; }
[NotMapped]
[StringLength(50)]
public string TRADENAME { get; set; }
[NotMapped]
public decimal? MANAGERUSERID { get; set; }
[NotMapped]
public DateTime? ACTIVATETIME { get; set; }
[NotMapped]
public decimal? ISNEW { get; set; }
[NotMapped]
[StringLength(8)]
public string BUSINESSTYPE { get; set; }
[NotMapped]
public decimal? IMPORTID { get; set; }
}
public class GJS_CUSTOMERBOCE_REDIS
{
[NotMapped]
[StringLength(20)]
public string TRADECODE { get; set; }
[NotMapped]
[StringLength(50)]
public string URGENTCONTACT { get; set; }
[NotMapped]
[StringLength(50)]
public string IDCARD { get; set; }
[NotMapped]
[StringLength(10)]
public string MOBILE_LAST4 { get; set; }
[NotMapped]
[StringLength(50)]
public string BANK { get; set; }
[NotMapped]
[StringLength(50)]
public string BANKACCOUNT { get; set; }
[NotMapped]
public decimal? COMMISSIONRATE { get; set; }
[NotMapped]
[StringLength(50)]
public string CUSTOMERTYPE { get; set; }
[NotMapped]
[StringLength(50)]
public string CONTRACTSTATUS { get; set; }
[NotMapped]
[StringLength(50)]
public string ACCOUNTFROM { get; set; }
[NotMapped]
public DateTime CTIME { get; set; }
[NotMapped]
[StringLength(10)]
public string TEL_LAST4 { get; set; }
[NotMapped]
public decimal? AVAILABLEAMT { get; set; }
[NotMapped]
public decimal? AMTSTATUS { get; set; }
[NotMapped]
public DateTime? ACTIVATETIME { get; set; }
[NotMapped]
public DateTime? TERMINATIONTIME { get; set; }
[NotMapped]
public DateTime? FREEZETIME { get; set; }
[NotMapped]
[StringLength(20)]
public string BOCESTATUS { get; set; }
[NotMapped]
[StringLength(20)]
public string ORGAN { get; set; }
[NotMapped]
[StringLength(20)]
public string MEDIACY { get; set; }
[NotMapped]
public DateTime? CANCELDATE { get; set; }
[NotMapped]
[StringLength(50)]
public string CARDTYPE { get; set; }
[NotMapped]
[StringLength(20)]
public string ORGANCODE { get; set; }
[NotMapped]
[StringLength(20)]
public string MEDIACYCODE { get; set; }
[NotMapped]
public decimal? DEPOSITRATIO { get; set; }
[NotMapped]
public DateTime? UTIME { get; set; }
[NotMapped]
public DateTime? FIRSTTRADETIME { get; set; }
}
}