/*
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
*如果数据库字段发生变化,请在代码生器重新生成此Model
*/
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using VOL.Entity.SystemModels;
namespace VOL.Entity.DomainModels
{
[Entity(TableCnName = "企业用户审核",TableName = "OP_YARD_COMPANY")]
public class OP_YARD_COMPANY:BaseEntity
{
///
///
///
[Key]
[Display(Name ="GID")]
[Column(TypeName="uniqueidentifier")]
[Required(AllowEmptyStrings=false)]
public Guid GID { get; set; }
///
///
///
[Display(Name ="OPNAME")]
[MaxLength(20)]
[Column(TypeName="varchar(20)")]
public string OPNAME { get; set; }
///
///
///
[Display(Name ="OPTIME")]
[Column(TypeName="datetime")]
public DateTime? OPTIME { get; set; }
///
///
///
[Display(Name ="REMARK")]
[MaxLength(200)]
[Column(TypeName="varchar(200)")]
public string REMARK { get; set; }
///
///
///
[Display(Name ="LOGINNAME")]
[MaxLength(20)]
[Column(TypeName="varchar(20)")]
public string LOGINNAME { get; set; }
///
///
///
[Display(Name ="LOGINPASSWORD")]
[MaxLength(100)]
[Column(TypeName="varchar(100)")]
public string LOGINPASSWORD { get; set; }
///
///
///
[Display(Name ="MODIFIEDUSER")]
[MaxLength(36)]
[Column(TypeName="varchar(36)")]
public string MODIFIEDUSER { get; set; }
///
///
///
[Display(Name ="MODIFIEDTIME")]
[Column(TypeName="datetime")]
public DateTime? MODIFIEDTIME { get; set; }
///
///
///
[Display(Name ="ISWHARF")]
[Column(TypeName="bit")]
public bool? ISWHARF { get; set; }
///
///
///
[Display(Name ="ISSHIPPINGAGENT")]
[Column(TypeName="bit")]
public bool? ISSHIPPINGAGENT { get; set; }
///
///
///
[Display(Name ="ISINSURE")]
[Column(TypeName="bit")]
public bool? ISINSURE { get; set; }
///
///
///
[Display(Name ="ISLEASING")]
[Column(TypeName="bit")]
public bool? ISLEASING { get; set; }
///
///
///
[Display(Name ="ISTRADINGAGENCY")]
[Column(TypeName="bit")]
public bool? ISTRADINGAGENCY { get; set; }
///
///
///
[Display(Name ="ISOTHER")]
[Column(TypeName="bit")]
public bool? ISOTHER { get; set; }
///
///
///
[Display(Name ="OTHERS")]
[MaxLength(100)]
[Column(TypeName="varchar(100)")]
public string OTHERS { get; set; }
///
///
///
[Display(Name ="ISENTERP")]
[Column(TypeName="bit")]
public bool? ISENTERP { get; set; }
///
///
///
[Display(Name ="TAXNO")]
[MaxLength(30)]
[Column(TypeName="varchar(30)")]
public string TAXNO { get; set; }
///
///
///
[Display(Name ="ORGANIZATIONCODE")]
[MaxLength(50)]
[Column(TypeName="varchar(50)")]
public string ORGANIZATIONCODE { get; set; }
///
///
///
[Display(Name ="PCORPNAME")]
[MaxLength(60)]
[Column(TypeName="varchar(60)")]
public string PCORPNAME { get; set; }
///
///
///
[Display(Name ="InspectionNo")]
[MaxLength(50)]
[Column(TypeName="varchar(50)")]
public string InspectionNo { get; set; }
///
///
///
[Display(Name ="ISSHIPAGENCY")]
[Column(TypeName="bit")]
public bool? ISSHIPAGENCY { get; set; }
///
///
///
[Display(Name ="blstatus")]
[Column(TypeName="tinyint")]
public byte? blstatus { get; set; }
///
///
///
[Display(Name ="CORPID")]
[MaxLength(36)]
[Column(TypeName="varchar(36)")]
public string CORPID { get; set; }
///
///
///
[Display(Name ="ISWAREHOUSE")]
[Column(TypeName="bit")]
public bool? ISWAREHOUSE { get; set; }
///
///
///
[Display(Name ="ISNOTIFYPARTY")]
[Column(TypeName="bit")]
public bool? ISNOTIFYPARTY { get; set; }
///
///
///
[Display(Name ="ISCONSIGNEE")]
[Column(TypeName="bit")]
public bool? ISCONSIGNEE { get; set; }
///
///
///
[Display(Name ="CODENAME")]
[MaxLength(20)]
[Column(TypeName="varchar(20)")]
public string CODENAME { get; set; }
///
///
///
[Display(Name ="SHORTNAME")]
[MaxLength(20)]
[Column(TypeName="varchar(20)")]
public string SHORTNAME { get; set; }
///
///
///
[Display(Name ="DESCRIPTION")]
[MaxLength(90)]
[Column(TypeName="varchar(90)")]
public string DESCRIPTION { get; set; }
///
///
///
[Display(Name ="CompanyType")]
[MaxLength(100)]
[Column(TypeName="varchar(100)")]
public string CompanyType { get; set; }
///
///
///
[Display(Name ="STATUS")]
[Column(TypeName="int")]
public int? STATUS { get; set; }
///
///
///
[Display(Name ="ADDR")]
[MaxLength(1000)]
[Column(TypeName="varchar(1000)")]
public string ADDR { get; set; }
///
///
///
[Display(Name ="EMAIL")]
[MaxLength(50)]
[Column(TypeName="varchar(50)")]
public string EMAIL { get; set; }
///
///
///
[Display(Name ="WEB")]
[MaxLength(50)]
[Column(TypeName="varchar(50)")]
public string WEB { get; set; }
///
///
///
[Display(Name ="TEL")]
[MaxLength(200)]
[Column(TypeName="varchar(200)")]
public string TEL { get; set; }
///
///
///
[Display(Name ="FAX")]
[MaxLength(50)]
[Column(TypeName="varchar(50)")]
public string FAX { get; set; }
///
///
///
[Display(Name ="ISSP")]
[Column(TypeName="bit")]
public bool? ISSP { get; set; }
///
///
///
[Display(Name ="CHIEF")]
[MaxLength(20)]
[Column(TypeName="varchar(20)")]
public string CHIEF { get; set; }
///
///
///
[Display(Name ="ISBOOKING")]
[Column(TypeName="bit")]
public bool? ISBOOKING { get; set; }
///
///
///
[Display(Name ="ISYARD")]
[Column(TypeName="bit")]
public bool? ISYARD { get; set; }
///
///
///
[Display(Name ="ISTRUCK")]
[Column(TypeName="bit")]
public bool? ISTRUCK { get; set; }
///
///
///
[Display(Name ="ISCONTROLLER")]
[Column(TypeName="bit")]
public bool? ISCONTROLLER { get; set; }
///
///
///
[Display(Name ="ISCUSTOM")]
[Column(TypeName="bit")]
public bool? ISCUSTOM { get; set; }
///
///
///
[Display(Name ="ISAGENT")]
[Column(TypeName="bit")]
public bool? ISAGENT { get; set; }
///
///
///
[Display(Name ="ISAGENTCN")]
[Column(TypeName="bit")]
public bool? ISAGENTCN { get; set; }
///
///
///
[Display(Name ="ISEXPRESS")]
[Column(TypeName="bit")]
public bool? ISEXPRESS { get; set; }
///
///
///
[Display(Name ="ISAIRLINES")]
[Column(TypeName="bit")]
public bool? ISAIRLINES { get; set; }
///
///
///
[Display(Name ="ISSHIPPER")]
[Column(TypeName="bit")]
public bool? ISSHIPPER { get; set; }
///
///
///
[Display(Name ="ISCARRIER")]
[Column(TypeName="bit")]
public bool? ISCARRIER { get; set; }
///
///
///
[Display(Name ="AuditStatus")]
[Column(TypeName="int")]
public int? AuditStatus { get; set; }
public string AuditNote { get; set; }
}
}